Interface AutoTestInstallJavaStepOutput

Install Java.

interface AutoTestInstallJavaStepOutput {
    id: string;
    version: AutoTestInstallJavaVersion;
}

Properties

Properties

id: string

The id of this step.

The version to install.