CloudbuildTriggerBuildStep constructor

const CloudbuildTriggerBuildStep({
  1. required TfArg<String> name,
  2. TfArg<String>? id,
  3. TfArg<List<String>>? args,
  4. TfArg<List<String>>? env,
  5. TfArg<String>? entrypoint,
  6. TfArg<String>? dir,
  7. TfArg<List<String>>? secretEnv,
  8. TfArg<String>? timeout,
  9. TfArg<List<String>>? waitFor,
  10. TfArg<String>? script,
  11. TfArg<bool>? allowFailure,
  12. TfArg<List<int>>? allowExitCodes,
  13. Map<String, Object?>? advancedExtra,
})

Implementation

const CloudbuildTriggerBuildStep({
  required this.name,
  this.id,
  this.args,
  this.env,
  this.entrypoint,
  this.dir,
  this.secretEnv,
  this.timeout,
  this.waitFor,
  this.script,
  this.allowFailure,
  this.allowExitCodes,
  this.advancedExtra,
});