public static interface BuildBatch.Builder extends SdkPojo, CopyableBuilder<BuildBatch.Builder,BuildBatch>
| Modifier and Type | Method and Description |
|---|---|
BuildBatch.Builder |
arn(String arn)
The ARN of the batch build.
|
BuildBatch.Builder |
artifacts(BuildArtifacts artifacts)
A
BuildArtifacts object the defines the build artifacts for this batch build. |
default BuildBatch.Builder |
artifacts(Consumer<BuildArtifacts.Builder> artifacts)
A
BuildArtifacts object the defines the build artifacts for this batch build. |
default BuildBatch.Builder |
buildBatchConfig(Consumer<ProjectBuildBatchConfig.Builder> buildBatchConfig)
Sets the value of the BuildBatchConfig property for this object.
|
BuildBatch.Builder |
buildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)
Sets the value of the BuildBatchConfig property for this object.
|
BuildBatch.Builder |
buildBatchNumber(Long buildBatchNumber)
The number of the batch build.
|
BuildBatch.Builder |
buildBatchStatus(StatusType buildBatchStatus)
The status of the batch build.
|
BuildBatch.Builder |
buildBatchStatus(String buildBatchStatus)
The status of the batch build.
|
BuildBatch.Builder |
buildGroups(BuildGroup... buildGroups)
An array of
BuildGroup objects that define the build groups for the batch build. |
BuildBatch.Builder |
buildGroups(Collection<BuildGroup> buildGroups)
An array of
BuildGroup objects that define the build groups for the batch build. |
BuildBatch.Builder |
buildGroups(Consumer<BuildGroup.Builder>... buildGroups)
An array of
BuildGroup objects that define the build groups for the batch build. |
BuildBatch.Builder |
buildTimeoutInMinutes(Integer buildTimeoutInMinutes)
Specifies the maximum amount of time, in minutes, that the build in a batch must be completed in.
|
default BuildBatch.Builder |
cache(Consumer<ProjectCache.Builder> cache)
Sets the value of the Cache property for this object.
|
BuildBatch.Builder |
cache(ProjectCache cache)
Sets the value of the Cache property for this object.
|
BuildBatch.Builder |
complete(Boolean complete)
Indicates if the batch build is complete.
|
BuildBatch.Builder |
currentPhase(String currentPhase)
The current phase of the batch build.
|
BuildBatch.Builder |
debugSessionEnabled(Boolean debugSessionEnabled)
Specifies if session debugging is enabled for this batch build.
|
BuildBatch.Builder |
encryptionKey(String encryptionKey)
The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the batch build
output artifacts.
|
BuildBatch.Builder |
endTime(Instant endTime)
The date and time that the batch build ended.
|
default BuildBatch.Builder |
environment(Consumer<ProjectEnvironment.Builder> environment)
Sets the value of the Environment property for this object.
|
BuildBatch.Builder |
environment(ProjectEnvironment environment)
Sets the value of the Environment property for this object.
|
BuildBatch.Builder |
fileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for the batch build project. |
BuildBatch.Builder |
fileSystemLocations(Consumer<ProjectFileSystemLocation.Builder>... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for the batch build project. |
BuildBatch.Builder |
fileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for the batch build project. |
BuildBatch.Builder |
id(String id)
The identifier of the batch build.
|
BuildBatch.Builder |
initiator(String initiator)
The entity that started the batch build.
|
default BuildBatch.Builder |
logConfig(Consumer<LogsConfig.Builder> logConfig)
Sets the value of the LogConfig property for this object.
|
BuildBatch.Builder |
logConfig(LogsConfig logConfig)
Sets the value of the LogConfig property for this object.
|
BuildBatch.Builder |
phases(BuildBatchPhase... phases)
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
BuildBatch.Builder |
phases(Collection<BuildBatchPhase> phases)
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
BuildBatch.Builder |
phases(Consumer<BuildBatchPhase.Builder>... phases)
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
BuildBatch.Builder |
projectName(String projectName)
The name of the batch build project.
|
BuildBatch.Builder |
queuedTimeoutInMinutes(Integer queuedTimeoutInMinutes)
Specifies the amount of time, in minutes, that the batch build is allowed to be queued before it times out.
|
BuildBatch.Builder |
resolvedSourceVersion(String resolvedSourceVersion)
The identifier of the resolved version of this batch build's source code.
|
BuildBatch.Builder |
secondaryArtifacts(BuildArtifacts... secondaryArtifacts)
An array of
BuildArtifacts objects the define the build artifacts for this batch build. |
BuildBatch.Builder |
secondaryArtifacts(Collection<BuildArtifacts> secondaryArtifacts)
An array of
BuildArtifacts objects the define the build artifacts for this batch build. |
BuildBatch.Builder |
secondaryArtifacts(Consumer<BuildArtifacts.Builder>... secondaryArtifacts)
An array of
BuildArtifacts objects the define the build artifacts for this batch build. |
BuildBatch.Builder |
secondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects that define the sources for the batch build. |
BuildBatch.Builder |
secondarySources(Consumer<ProjectSource.Builder>... secondarySources)
An array of
ProjectSource objects that define the sources for the batch build. |
BuildBatch.Builder |
secondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects that define the sources for the batch build. |
BuildBatch.Builder |
secondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
BuildBatch.Builder |
secondarySourceVersions(Consumer<ProjectSourceVersion.Builder>... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
BuildBatch.Builder |
secondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
BuildBatch.Builder |
serviceRole(String serviceRole)
The name of a service role used for builds in the batch.
|
default BuildBatch.Builder |
source(Consumer<ProjectSource.Builder> source)
Sets the value of the Source property for this object.
|
BuildBatch.Builder |
source(ProjectSource source)
Sets the value of the Source property for this object.
|
BuildBatch.Builder |
sourceVersion(String sourceVersion)
The identifier of the version of the source code to be built.
|
BuildBatch.Builder |
startTime(Instant startTime)
The date and time that the batch build started.
|
default BuildBatch.Builder |
vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Sets the value of the VpcConfig property for this object.
|
BuildBatch.Builder |
vpcConfig(VpcConfig vpcConfig)
Sets the value of the VpcConfig property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBuildBatch.Builder id(String id)
The identifier of the batch build.
id - The identifier of the batch build.BuildBatch.Builder arn(String arn)
The ARN of the batch build.
arn - The ARN of the batch build.BuildBatch.Builder startTime(Instant startTime)
The date and time that the batch build started.
startTime - The date and time that the batch build started.BuildBatch.Builder endTime(Instant endTime)
The date and time that the batch build ended.
endTime - The date and time that the batch build ended.BuildBatch.Builder currentPhase(String currentPhase)
The current phase of the batch build.
currentPhase - The current phase of the batch build.BuildBatch.Builder buildBatchStatus(String buildBatchStatus)
The status of the batch build.
buildBatchStatus - The status of the batch build.StatusType,
StatusTypeBuildBatch.Builder buildBatchStatus(StatusType buildBatchStatus)
The status of the batch build.
buildBatchStatus - The status of the batch build.StatusType,
StatusTypeBuildBatch.Builder sourceVersion(String sourceVersion)
The identifier of the version of the source code to be built.
sourceVersion - The identifier of the version of the source code to be built.BuildBatch.Builder resolvedSourceVersion(String resolvedSourceVersion)
The identifier of the resolved version of this batch build's source code.
For AWS CodeCommit, GitHub, GitHub Enterprise, and BitBucket, the commit ID.
For AWS CodePipeline, the source revision provided by AWS CodePipeline.
For Amazon S3, this does not apply.
resolvedSourceVersion - The identifier of the resolved version of this batch build's source code.
For AWS CodeCommit, GitHub, GitHub Enterprise, and BitBucket, the commit ID.
For AWS CodePipeline, the source revision provided by AWS CodePipeline.
For Amazon S3, this does not apply.
BuildBatch.Builder projectName(String projectName)
The name of the batch build project.
projectName - The name of the batch build project.BuildBatch.Builder phases(Collection<BuildBatchPhase> phases)
An array of BuildBatchPhase objects the specify the phases of the batch build.
phases - An array of BuildBatchPhase objects the specify the phases of the batch build.BuildBatch.Builder phases(BuildBatchPhase... phases)
An array of BuildBatchPhase objects the specify the phases of the batch build.
phases - An array of BuildBatchPhase objects the specify the phases of the batch build.BuildBatch.Builder phases(Consumer<BuildBatchPhase.Builder>... phases)
An array of BuildBatchPhase objects the specify the phases of the batch build.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #phases(List) .phases - a consumer that will call methods on List.Builder #phases(List) BuildBatch.Builder source(ProjectSource source)
source - The new value for the Source property for this object.default BuildBatch.Builder source(Consumer<ProjectSource.Builder> source)
ProjectSource.Builder avoiding the need to
create one manually via ProjectSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to source(ProjectSource).source - a consumer that will call methods on ProjectSource.Buildersource(ProjectSource)BuildBatch.Builder secondarySources(Collection<ProjectSource> secondarySources)
An array of ProjectSource objects that define the sources for the batch build.
secondarySources - An array of ProjectSource objects that define the sources for the batch build.BuildBatch.Builder secondarySources(ProjectSource... secondarySources)
An array of ProjectSource objects that define the sources for the batch build.
secondarySources - An array of ProjectSource objects that define the sources for the batch build.BuildBatch.Builder secondarySources(Consumer<ProjectSource.Builder>... secondarySources)
An array of ProjectSource objects that define the sources for the batch build.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #secondarySources(List) .secondarySources - a consumer that will call methods on List.Builder #secondarySources(List) BuildBatch.Builder secondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be one of:
For AWS CodeCommit: the commit ID, branch, or Git tag to use.
For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the
source code you want to build. If a pull request ID is specified, it must use the format
pr/pull-request-ID (for example, pr/25). If a branch name is specified, the
branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
For Amazon S3: the version ID of the object that represents the build input ZIP file to use.
secondarySourceVersions - An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be
one of:
For AWS CodeCommit: the commit ID, branch, or Git tag to use.
For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version
of the source code you want to build. If a pull request ID is specified, it must use the format
pr/pull-request-ID (for example, pr/25). If a branch name is specified, the
branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
For Amazon S3: the version ID of the object that represents the build input ZIP file to use.
BuildBatch.Builder secondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be one of:
For AWS CodeCommit: the commit ID, branch, or Git tag to use.
For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the
source code you want to build. If a pull request ID is specified, it must use the format
pr/pull-request-ID (for example, pr/25). If a branch name is specified, the
branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
For Amazon S3: the version ID of the object that represents the build input ZIP file to use.
secondarySourceVersions - An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be
one of:
For AWS CodeCommit: the commit ID, branch, or Git tag to use.
For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version
of the source code you want to build. If a pull request ID is specified, it must use the format
pr/pull-request-ID (for example, pr/25). If a branch name is specified, the
branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
For Amazon S3: the version ID of the object that represents the build input ZIP file to use.
BuildBatch.Builder secondarySourceVersions(Consumer<ProjectSourceVersion.Builder>... secondarySourceVersions)
An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be one of:
For AWS CodeCommit: the commit ID, branch, or Git tag to use.
For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the
source code you want to build. If a pull request ID is specified, it must use the format
pr/pull-request-ID (for example, pr/25). If a branch name is specified, the
branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
For Amazon S3: the version ID of the object that represents the build input ZIP file to use.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #secondarySourceVersions(List) .secondarySourceVersions - a consumer that will call methods on List.Builder #secondarySourceVersions(List) BuildBatch.Builder artifacts(BuildArtifacts artifacts)
A BuildArtifacts object the defines the build artifacts for this batch build.
artifacts - A BuildArtifacts object the defines the build artifacts for this batch build.default BuildBatch.Builder artifacts(Consumer<BuildArtifacts.Builder> artifacts)
A BuildArtifacts object the defines the build artifacts for this batch build.
BuildArtifacts.Builder avoiding the need to
create one manually via BuildArtifacts.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to artifacts(BuildArtifacts).artifacts - a consumer that will call methods on BuildArtifacts.Builderartifacts(BuildArtifacts)BuildBatch.Builder secondaryArtifacts(Collection<BuildArtifacts> secondaryArtifacts)
An array of BuildArtifacts objects the define the build artifacts for this batch build.
secondaryArtifacts - An array of BuildArtifacts objects the define the build artifacts for this batch build.BuildBatch.Builder secondaryArtifacts(BuildArtifacts... secondaryArtifacts)
An array of BuildArtifacts objects the define the build artifacts for this batch build.
secondaryArtifacts - An array of BuildArtifacts objects the define the build artifacts for this batch build.BuildBatch.Builder secondaryArtifacts(Consumer<BuildArtifacts.Builder>... secondaryArtifacts)
An array of BuildArtifacts objects the define the build artifacts for this batch build.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #secondaryArtifacts(List) .secondaryArtifacts - a consumer that will call methods on List.Builder #secondaryArtifacts(List) BuildBatch.Builder cache(ProjectCache cache)
cache - The new value for the Cache property for this object.default BuildBatch.Builder cache(Consumer<ProjectCache.Builder> cache)
ProjectCache.Builder avoiding the need to
create one manually via ProjectCache.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to cache(ProjectCache).cache - a consumer that will call methods on ProjectCache.Buildercache(ProjectCache)BuildBatch.Builder environment(ProjectEnvironment environment)
environment - The new value for the Environment property for this object.default BuildBatch.Builder environment(Consumer<ProjectEnvironment.Builder> environment)
ProjectEnvironment.Builder avoiding the need to
create one manually via ProjectEnvironment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to environment(ProjectEnvironment).environment - a consumer that will call methods on ProjectEnvironment.Builderenvironment(ProjectEnvironment)BuildBatch.Builder serviceRole(String serviceRole)
The name of a service role used for builds in the batch.
serviceRole - The name of a service role used for builds in the batch.BuildBatch.Builder logConfig(LogsConfig logConfig)
logConfig - The new value for the LogConfig property for this object.default BuildBatch.Builder logConfig(Consumer<LogsConfig.Builder> logConfig)
LogsConfig.Builder avoiding the need to create
one manually via LogsConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to logConfig(LogsConfig).logConfig - a consumer that will call methods on LogsConfig.BuilderlogConfig(LogsConfig)BuildBatch.Builder buildTimeoutInMinutes(Integer buildTimeoutInMinutes)
Specifies the maximum amount of time, in minutes, that the build in a batch must be completed in.
buildTimeoutInMinutes - Specifies the maximum amount of time, in minutes, that the build in a batch must be completed in.BuildBatch.Builder queuedTimeoutInMinutes(Integer queuedTimeoutInMinutes)
Specifies the amount of time, in minutes, that the batch build is allowed to be queued before it times out.
queuedTimeoutInMinutes - Specifies the amount of time, in minutes, that the batch build is allowed to be queued before it times
out.BuildBatch.Builder complete(Boolean complete)
Indicates if the batch build is complete.
complete - Indicates if the batch build is complete.BuildBatch.Builder initiator(String initiator)
The entity that started the batch build. Valid values include:
If AWS CodePipeline started the build, the pipeline's name (for example,
codepipeline/my-demo-pipeline).
If an AWS Identity and Access Management (IAM) user started the build, the user's name.
If the Jenkins plugin for AWS CodeBuild started the build, the string CodeBuild-Jenkins-Plugin.
initiator - The entity that started the batch build. Valid values include:
If AWS CodePipeline started the build, the pipeline's name (for example,
codepipeline/my-demo-pipeline).
If an AWS Identity and Access Management (IAM) user started the build, the user's name.
If the Jenkins plugin for AWS CodeBuild started the build, the string
CodeBuild-Jenkins-Plugin.
BuildBatch.Builder vpcConfig(VpcConfig vpcConfig)
vpcConfig - The new value for the VpcConfig property for this object.default BuildBatch.Builder vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
VpcConfig.Builder avoiding the need to create
one manually via VpcConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to vpcConfig(VpcConfig).vpcConfig - a consumer that will call methods on VpcConfig.BuildervpcConfig(VpcConfig)BuildBatch.Builder encryptionKey(String encryptionKey)
The AWS Key Management Service (AWS KMS) 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 alias/<alias-name>).
encryptionKey - The AWS Key Management Service (AWS KMS) 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 alias/<alias-name>).
BuildBatch.Builder buildBatchNumber(Long buildBatchNumber)
The number of the batch build. For each project, the buildBatchNumber of its first batch build
is 1. The buildBatchNumber of each subsequent batch build is incremented by
1. If a batch build is deleted, the buildBatchNumber of other batch builds does not
change.
buildBatchNumber - The number of the batch build. For each project, the buildBatchNumber of its first batch
build is 1. The buildBatchNumber of each subsequent batch build is
incremented by 1. If a batch build is deleted, the buildBatchNumber of other
batch builds does not change.BuildBatch.Builder fileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of ProjectFileSystemLocation objects for the batch build project. A
ProjectFileSystemLocation object specifies the identifier, location,
mountOptions, mountPoint, and type of a file system created using
Amazon Elastic File System.
fileSystemLocations - An array of ProjectFileSystemLocation objects for the batch build project. A
ProjectFileSystemLocation object specifies the identifier,
location, mountOptions, mountPoint, and type of a
file system created using Amazon Elastic File System.BuildBatch.Builder fileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of ProjectFileSystemLocation objects for the batch build project. A
ProjectFileSystemLocation object specifies the identifier, location,
mountOptions, mountPoint, and type of a file system created using
Amazon Elastic File System.
fileSystemLocations - An array of ProjectFileSystemLocation objects for the batch build project. A
ProjectFileSystemLocation object specifies the identifier,
location, mountOptions, mountPoint, and type of a
file system created using Amazon Elastic File System.BuildBatch.Builder fileSystemLocations(Consumer<ProjectFileSystemLocation.Builder>... fileSystemLocations)
An array of ProjectFileSystemLocation objects for the batch build project. A
ProjectFileSystemLocation object specifies the identifier, location,
mountOptions, mountPoint, and type of a file system created using
Amazon Elastic File System.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #fileSystemLocations(List) .fileSystemLocations - a consumer that will call methods on List.Builder #fileSystemLocations(List) BuildBatch.Builder buildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)
buildBatchConfig - The new value for the BuildBatchConfig property for this object.default BuildBatch.Builder buildBatchConfig(Consumer<ProjectBuildBatchConfig.Builder> buildBatchConfig)
ProjectBuildBatchConfig.Builder avoiding the
need to create one manually via ProjectBuildBatchConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to buildBatchConfig(ProjectBuildBatchConfig).buildBatchConfig - a consumer that will call methods on ProjectBuildBatchConfig.BuilderbuildBatchConfig(ProjectBuildBatchConfig)BuildBatch.Builder buildGroups(Collection<BuildGroup> buildGroups)
An array of BuildGroup objects that define the build groups for the batch build.
buildGroups - An array of BuildGroup objects that define the build groups for the batch build.BuildBatch.Builder buildGroups(BuildGroup... buildGroups)
An array of BuildGroup objects that define the build groups for the batch build.
buildGroups - An array of BuildGroup objects that define the build groups for the batch build.BuildBatch.Builder buildGroups(Consumer<BuildGroup.Builder>... buildGroups)
An array of BuildGroup objects that define the build groups for the batch build.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #buildGroups(List) .buildGroups - a consumer that will call methods on List.Builder #buildGroups(List) BuildBatch.Builder debugSessionEnabled(Boolean 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.
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.Copyright © 2021. All rights reserved.