Interface AutoTestRedactedJavaCompileStepOutput

Compile the java file(s) (redacted).

interface AutoTestRedactedJavaCompileStepOutput {
    description: AutoTestDescription;
    id: string;
    name: string;
    path: AutoTestRedactedString;
}

Properties

Properties

description: AutoTestDescription

The description of this step.

id: string

The id of this step.

name: string

The name of this step.

The file or files to compile, can use a glob pattern here.