Job constructor
Job({
- AdvanceChildRolloutJob? advanceChildRolloutJob,
- CreateChildRolloutJob? createChildRolloutJob,
- DeployJob? deployJob,
- String? id,
- String? jobRun,
- PostdeployJob? postdeployJob,
- PredeployJob? predeployJob,
- String? skipMessage,
- String? state,
- VerifyJob? verifyJob,
Implementation
Job({
this.advanceChildRolloutJob,
this.createChildRolloutJob,
this.deployJob,
this.id,
this.jobRun,
this.postdeployJob,
this.predeployJob,
this.skipMessage,
this.state,
this.verifyJob,
});