ProjectBuildBatchConfig Class | AWS SDK for .NET V3 (original) (raw)
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 configuration information about a batch build project.
Inheritance Hierarchy
System.Object
Amazon.CodeBuild.Model.ProjectBuildBatchConfig
Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z
Syntax
public class ProjectBuildBatchConfig
The ProjectBuildBatchConfig type exposes the following members
Constructors
Properties
Name | Type | Description | |
---|---|---|---|
![]() |
BatchReportMode | Amazon.CodeBuild.BatchReportModeType | Gets and sets the property BatchReportMode. Specifies how build status reports are sent to the source provider for the batch build. This property is only used when the source provider for your project is Bitbucket, GitHub, or GitHub Enterprise, and your project is configured to report build statuses to the source provider.REPORT_AGGREGATED_BATCH (Default) Aggregate all of the build statuses into a single status report.REPORT_INDIVIDUAL_BUILDS Send a separate status report for each individual build. |
![]() |
CombineArtifacts | System.Boolean | Gets and sets the property CombineArtifacts. Specifies if the build artifacts for the batch build should be combined into a single artifact location. |
![]() |
Restrictions | Amazon.CodeBuild.Model.BatchRestrictions | Gets and sets the property Restrictions. A BatchRestrictions object that specifies the restrictions for the batch build. |
![]() |
ServiceRole | System.String | Gets and sets the property ServiceRole. Specifies the service role ARN for the batch build project. |
![]() |
TimeoutInMins | System.Int32 | Gets and sets the property TimeoutInMins. Specifies the maximum amount of time, in minutes, that the batch build must be completed in. |
Version Information
.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