BuildStep constructor
BuildStep({
- List<
int> ? allowExitCodes, - bool? allowFailure,
- List<
String> ? args, - bool? automapSubstitutions,
- String? dir,
- String? entrypoint,
- List<
String> ? env, - int? exitCode,
- String? id,
- String? name,
- TimeSpan? pullTiming,
- String? script,
- List<
String> ? secretEnv, - String? status,
- String? timeout,
- TimeSpan? timing,
- List<
Volume> ? volumes, - 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,
});