AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains information about a batch build.
Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z
public class BuildBatch
The BuildBatch type exposes the following members
Name | Description | |
---|---|---|
BuildBatch() |
Name | Type | Description | |
---|---|---|---|
Arn | System.String |
Gets and sets the property Arn. The ARN of the batch build. |
|
Artifacts | Amazon.CodeBuild.Model.BuildArtifacts |
Gets and sets the property Artifacts.
A |
|
BuildBatchConfig | Amazon.CodeBuild.Model.ProjectBuildBatchConfig |
Gets and sets the property BuildBatchConfig. |
|
BuildBatchNumber | System.Int64 |
Gets and sets the property BuildBatchNumber.
The number of the batch build. For each project, the |
|
BuildBatchStatus | Amazon.CodeBuild.StatusType |
Gets and sets the property BuildBatchStatus. The status of the batch build. |
|
BuildGroups | System.Collections.Generic.List<Amazon.CodeBuild.Model.BuildGroup> |
Gets and sets the property BuildGroups.
An array of |
|
BuildTimeoutInMinutes | System.Int32 |
Gets and sets the property BuildTimeoutInMinutes. Specifies the maximum amount of time, in minutes, that the build in a batch must be completed in. |
|
Cache | Amazon.CodeBuild.Model.ProjectCache |
Gets and sets the property Cache. |
|
Complete | System.Boolean |
Gets and sets the property Complete. Indicates if the batch build is complete. |
|
CurrentPhase | System.String |
Gets and sets the property CurrentPhase. The current phase of the batch build. |
|
DebugSessionEnabled | System.Boolean |
Gets and sets the property DebugSessionEnabled. Specifies if session debugging is enabled for this batch build. For more information, see Viewing a running build in Session Manager. Batch session debugging is not supported for matrix batch builds. |
|
EncryptionKey | System.String |
Gets and sets the property EncryptionKey. The Key Management Service customer master key (CMK) to be used for encrypting the batch build output artifacts. You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.
You can specify either the Amazon Resource Name (ARN) of the CMK or, if available,
the CMK's alias (using the format |
|
EndTime | System.DateTime |
Gets and sets the property EndTime. The date and time that the batch build ended. |
|
Environment | Amazon.CodeBuild.Model.ProjectEnvironment |
Gets and sets the property Environment. |
|
FileSystemLocations | System.Collections.Generic.List<Amazon.CodeBuild.Model.ProjectFileSystemLocation> |
Gets and sets the property FileSystemLocations.
An array of |
|
Id | System.String |
Gets and sets the property Id. The identifier of the batch build. |
|
Initiator | System.String |
Gets and sets the property Initiator. The entity that started the batch build. Valid values include:
|
|
LogConfig | Amazon.CodeBuild.Model.LogsConfig |
Gets and sets the property LogConfig. |
|
Phases | System.Collections.Generic.List<Amazon.CodeBuild.Model.BuildBatchPhase> |
Gets and sets the property Phases.
An array of |
|
ProjectName | System.String |
Gets and sets the property ProjectName. The name of the batch build project. |
|
QueuedTimeoutInMinutes | System.Int32 |
Gets and sets the property QueuedTimeoutInMinutes. Specifies the amount of time, in minutes, that the batch build is allowed to be queued before it times out. |
|
ResolvedSourceVersion | System.String |
Gets and sets the property ResolvedSourceVersion. The identifier of the resolved version of this batch build's source code.
|
|
SecondaryArtifacts | System.Collections.Generic.List<Amazon.CodeBuild.Model.BuildArtifacts> |
Gets and sets the property SecondaryArtifacts.
An array of |
|
SecondarySources | System.Collections.Generic.List<Amazon.CodeBuild.Model.ProjectSource> |
Gets and sets the property SecondarySources.
An array of |
|
SecondarySourceVersions | System.Collections.Generic.List<Amazon.CodeBuild.Model.ProjectSourceVersion> |
Gets and sets the property SecondarySourceVersions.
An array of
|
|
ServiceRole | System.String |
Gets and sets the property ServiceRole. The name of a service role used for builds in the batch. |
|
Source | Amazon.CodeBuild.Model.ProjectSource |
Gets and sets the property Source. |
|
SourceVersion | System.String |
Gets and sets the property SourceVersion. The identifier of the version of the source code to be built. |
|
StartTime | System.DateTime |
Gets and sets the property StartTime. The date and time that the batch build started. |
|
VpcConfig | Amazon.CodeBuild.Model.VpcConfig |
Gets and sets the property VpcConfig. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5