Job constructor

Job({
  1. AdvanceChildRolloutJob? advanceChildRolloutJob,
  2. AnalysisJob? analysisJob,
  3. CreateChildRolloutJob? createChildRolloutJob,
  4. DeployJob? deployJob,
  5. String? id,
  6. String? jobRun,
  7. PostdeployJob? postdeployJob,
  8. PredeployJob? predeployJob,
  9. String? skipMessage,
  10. String? state,
  11. VerifyJob? verifyJob,
})

Implementation

Job({
  this.advanceChildRolloutJob,
  this.analysisJob,
  this.createChildRolloutJob,
  this.deployJob,
  this.id,
  this.jobRun,
  this.postdeployJob,
  this.predeployJob,
  this.skipMessage,
  this.state,
  this.verifyJob,
});