BuildStep constructor

BuildStep({
  1. List<int>? allowExitCodes,
  2. bool? allowFailure,
  3. List<String>? args,
  4. bool? automapSubstitutions,
  5. String? dir,
  6. String? entrypoint,
  7. List<String>? env,
  8. int? exitCode,
  9. String? id,
  10. String? name,
  11. TimeSpan? pullTiming,
  12. String? script,
  13. List<String>? secretEnv,
  14. String? status,
  15. String? timeout,
  16. TimeSpan? timing,
  17. List<Volume>? volumes,
  18. List<String>? waitFor,
})

Implementation

BuildStep({
  this.allowExitCodes,
  this.allowFailure,
  this.args,
  this.automapSubstitutions,
  this.dir,
  this.entrypoint,
  this.env,
  this.exitCode,
  this.id,
  this.name,
  this.pullTiming,
  this.script,
  this.secretEnv,
  this.status,
  this.timeout,
  this.timing,
  this.volumes,
  this.waitFor,
});