Interface AutoTestJavaCompileStepOutput

Compile the java file(s).

interface AutoTestJavaCompileStepOutput {
    description: AutoTestDescription;
    id: string;
    name: string;
    path: string;
}

Properties

Properties

description: AutoTestDescription

The description of this step.

id: string

The id of this step.

name: string

The name of this step.

path: string

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