ProjectBuildBatchConfig constructor
ProjectBuildBatchConfig({
- bool? combineArtifacts,
- BatchRestrictions? restrictions,
- String? serviceRole,
- int? timeoutInMins,
Implementation
ProjectBuildBatchConfig({
this.combineArtifacts,
this.restrictions,
this.serviceRole,
this.timeoutInMins,
});