Interface AutoTestJavaCompileStepInput

Compile the java file(s).

interface AutoTestJavaCompileStepInput {
    description?: AutoTestDescription;
    id?: string;
    name?: string;
    path: string;
}

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.