VerifyJobRun constructor

VerifyJobRun({
  1. String? artifactUri,
  2. String? build,
  3. String? eventLogPath,
  4. String? failureCause,
  5. String? failureMessage,
})

Implementation

VerifyJobRun({
  this.artifactUri,
  this.build,
  this.eventLogPath,
  this.failureCause,
  this.failureMessage,
});