JobResponse

data class JobResponse(val advanceChildRolloutJob: AdvanceChildRolloutJobResponse, val createChildRolloutJob: CreateChildRolloutJobResponse, val deployJob: DeployJobResponse, val jobRun: String, val skipMessage: String, val state: String, val verifyJob: VerifyJobResponse)

Job represents an operation for a Rollout.

Constructors

Link copied to clipboard
fun JobResponse(advanceChildRolloutJob: AdvanceChildRolloutJobResponse, createChildRolloutJob: CreateChildRolloutJobResponse, deployJob: DeployJobResponse, jobRun: String, skipMessage: String, state: String, verifyJob: VerifyJobResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A deploy Job.

Link copied to clipboard

The name of the JobRun responsible for the most recent invocation of this Job.

Link copied to clipboard

Additional information on why the Job was skipped, if available.

Link copied to clipboard

The current state of the Job.

Link copied to clipboard

A verify Job.