interface DeploymentJob {
    job?: ReleaseTask;
    tasks?: ReleaseTask[];
}

Properties

Properties

Parent task of all executed tasks.

tasks?: ReleaseTask[]

List of executed tasks with in job.