ProjectBuildBatchConfigArgs

data class ProjectBuildBatchConfigArgs(val batchReportMode: Output<BatchReportModeTypeEnumValueArgs>? = null, val combineArtifacts: Output<Boolean>? = null, val restrictions: Output<BatchRestrictionsArgs>? = null, val serviceRole: Output<String>? = null, val timeoutInMins: Output<Int>? = null) : ConvertibleToJava<ProjectBuildBatchConfigArgs>

Definition of ProjectBuildBatchConfig

Constructors

Link copied to clipboard
constructor(batchReportMode: Output<BatchReportModeTypeEnumValueArgs>? = null, combineArtifacts: Output<Boolean>? = null, restrictions: Output<BatchRestrictionsArgs>? = null, serviceRole: Output<String>? = null, timeoutInMins: Output<Int>? = null)

Properties

Link copied to clipboard

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.

Link copied to clipboard
val combineArtifacts: Output<Boolean>? = null

Specifies if the build artifacts for the batch build should be combined into a single artifact location.

Link copied to clipboard
val restrictions: Output<BatchRestrictionsArgs>? = null

A BatchRestrictions object that specifies the restrictions for the batch build.

Link copied to clipboard
val serviceRole: Output<String>? = null

Specifies the service role ARN for the batch build project.

Link copied to clipboard
val timeoutInMins: Output<Int>? = null

Specifies the maximum amount of time, in minutes, that the batch build must be completed in.

Functions

Link copied to clipboard
open override fun toJava(): ProjectBuildBatchConfigArgs