BuildBatch constructor
BuildBatch({
- String? arn,
- BuildArtifacts? artifacts,
- ProjectBuildBatchConfig? buildBatchConfig,
- int? buildBatchNumber,
- StatusType? buildBatchStatus,
- List<
BuildGroup> ? buildGroups, - int? buildTimeoutInMinutes,
- ProjectCache? cache,
- bool? complete,
- String? currentPhase,
- String? encryptionKey,
- DateTime? endTime,
- ProjectEnvironment? environment,
- List<
ProjectFileSystemLocation> ? fileSystemLocations, - String? id,
- String? initiator,
- LogsConfig? logConfig,
- List<
BuildBatchPhase> ? phases, - String? projectName,
- int? queuedTimeoutInMinutes,
- String? resolvedSourceVersion,
- List<
BuildArtifacts> ? secondaryArtifacts, - List<
ProjectSourceVersion> ? secondarySourceVersions, - List<
ProjectSource> ? secondarySources, - String? serviceRole,
- ProjectSource? source,
- String? sourceVersion,
- DateTime? startTime,
- VpcConfig? vpcConfig,
Implementation
BuildBatch({
this.arn,
this.artifacts,
this.buildBatchConfig,
this.buildBatchNumber,
this.buildBatchStatus,
this.buildGroups,
this.buildTimeoutInMinutes,
this.cache,
this.complete,
this.currentPhase,
this.encryptionKey,
this.endTime,
this.environment,
this.fileSystemLocations,
this.id,
this.initiator,
this.logConfig,
this.phases,
this.projectName,
this.queuedTimeoutInMinutes,
this.resolvedSourceVersion,
this.secondaryArtifacts,
this.secondarySourceVersions,
this.secondarySources,
this.serviceRole,
this.source,
this.sourceVersion,
this.startTime,
this.vpcConfig,
});