ProjectBuildBatchConfig

Contains configuration information about a batch build project.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Specifies the service role ARN for the batch build project.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String