| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectBuildBatchConfig |
ProjectBuildBatchConfig.clone() |
ProjectBuildBatchConfig |
BuildBatch.getBuildBatchConfig() |
ProjectBuildBatchConfig |
UpdateProjectRequest.getBuildBatchConfig() |
ProjectBuildBatchConfig |
Project.getBuildBatchConfig()
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
ProjectBuildBatchConfig |
CreateProjectRequest.getBuildBatchConfig()
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
ProjectBuildBatchConfig |
StartBuildBatchRequest.getBuildBatchConfigOverride()
A
BuildBatchConfigOverride object that contains batch build configuration overrides. |
ProjectBuildBatchConfig |
ProjectBuildBatchConfig.withBatchReportMode(BatchReportModeType batchReportMode)
Specifies how build status reports are sent to the source provider for the batch build.
|
ProjectBuildBatchConfig |
ProjectBuildBatchConfig.withBatchReportMode(String batchReportMode)
Specifies how build status reports are sent to the source provider for the batch build.
|
ProjectBuildBatchConfig |
ProjectBuildBatchConfig.withCombineArtifacts(Boolean combineArtifacts)
Specifies if the build artifacts for the batch build should be combined into a single artifact location.
|
ProjectBuildBatchConfig |
ProjectBuildBatchConfig.withRestrictions(BatchRestrictions restrictions)
A
BatchRestrictions object that specifies the restrictions for the batch build. |
ProjectBuildBatchConfig |
ProjectBuildBatchConfig.withServiceRole(String serviceRole)
Specifies the service role ARN for the batch build project.
|
ProjectBuildBatchConfig |
ProjectBuildBatchConfig.withTimeoutInMins(Integer timeoutInMins)
Specifies the maximum amount of time, in minutes, that the batch build must be completed in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildBatch.setBuildBatchConfig(ProjectBuildBatchConfig buildBatchConfig) |
void |
UpdateProjectRequest.setBuildBatchConfig(ProjectBuildBatchConfig buildBatchConfig) |
void |
Project.setBuildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
void |
CreateProjectRequest.setBuildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
void |
StartBuildBatchRequest.setBuildBatchConfigOverride(ProjectBuildBatchConfig buildBatchConfigOverride)
A
BuildBatchConfigOverride object that contains batch build configuration overrides. |
BuildBatch |
BuildBatch.withBuildBatchConfig(ProjectBuildBatchConfig buildBatchConfig) |
UpdateProjectRequest |
UpdateProjectRequest.withBuildBatchConfig(ProjectBuildBatchConfig buildBatchConfig) |
Project |
Project.withBuildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
CreateProjectRequest |
CreateProjectRequest.withBuildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withBuildBatchConfigOverride(ProjectBuildBatchConfig buildBatchConfigOverride)
A
BuildBatchConfigOverride object that contains batch build configuration overrides. |
Copyright © 2024. All rights reserved.