| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectSourceVersion> |
StartBuildRequest.secondarySourcesVersionOverride()
An array of
ProjectSourceVersion objects that specify one or more versions of the project's
secondary sources to be used for this build only. |
List<ProjectSourceVersion> |
StartBuildBatchRequest.secondarySourcesVersionOverride()
An array of
ProjectSourceVersion objects that override the secondary source versions in the batch
build project. |
List<ProjectSourceVersion> |
Project.secondarySourceVersions()
An array of
ProjectSourceVersion objects. |
List<ProjectSourceVersion> |
CreateProjectRequest.secondarySourceVersions()
An array of
ProjectSourceVersion objects. |
List<ProjectSourceVersion> |
Build.secondarySourceVersions()
An array of
ProjectSourceVersion objects. |
List<ProjectSourceVersion> |
UpdateProjectRequest.secondarySourceVersions()
An array of
ProjectSourceVersion objects. |
List<ProjectSourceVersion> |
BuildBatch.secondarySourceVersions()
An array of
ProjectSourceVersion objects. |
| Modifier and Type | Method and Description |
|---|---|
StartBuildRequest.Builder |
StartBuildRequest.Builder.secondarySourcesVersionOverride(ProjectSourceVersion... secondarySourcesVersionOverride)
An array of
ProjectSourceVersion objects that specify one or more versions of the project's
secondary sources to be used for this build only. |
StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.secondarySourcesVersionOverride(ProjectSourceVersion... secondarySourcesVersionOverride)
An array of
ProjectSourceVersion objects that override the secondary source versions in the
batch build project. |
Project.Builder |
Project.Builder.secondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.secondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
Build.Builder |
Build.Builder.secondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.secondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
BuildBatch.Builder |
BuildBatch.Builder.secondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
| Modifier and Type | Method and Description |
|---|---|
StartBuildRequest.Builder |
StartBuildRequest.Builder.secondarySourcesVersionOverride(Collection<ProjectSourceVersion> secondarySourcesVersionOverride)
An array of
ProjectSourceVersion objects that specify one or more versions of the project's
secondary sources to be used for this build only. |
StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.secondarySourcesVersionOverride(Collection<ProjectSourceVersion> secondarySourcesVersionOverride)
An array of
ProjectSourceVersion objects that override the secondary source versions in the
batch build project. |
Project.Builder |
Project.Builder.secondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.secondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
Build.Builder |
Build.Builder.secondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.secondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
BuildBatch.Builder |
BuildBatch.Builder.secondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
Copyright © 2021. All rights reserved.