Interface AutoTestInstallJavaStepInput

Install Java.

interface AutoTestInstallJavaStepInput {
    id?: string;
    version: AutoTestInstallJavaVersion;
}

Properties

Properties

id?: string

The id of this step.

The version to install.