batchReportMode

@JvmName(name = "bomdxtxtqgouphlr")
suspend fun batchReportMode(value: Output<BatchReportModeTypeEnumValueArgs>)
@JvmName(name = "jmgyskpotcpecbva")
suspend fun batchReportMode(value: BatchReportModeTypeEnumValueArgs?)

Parameters

value

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.


@JvmName(name = "hkwvfrighquwmide")
suspend fun batchReportMode(argument: suspend BatchReportModeTypeEnumValueArgsBuilder.() -> Unit)

Parameters

argument

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.