| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectSourceVersion |
ProjectSourceVersion.clone() |
ProjectSourceVersion |
ProjectSourceVersion.withSourceIdentifier(String sourceIdentifier)
An identifier for a source in the build project.
|
ProjectSourceVersion |
ProjectSourceVersion.withSourceVersion(String sourceVersion)
The source version for the corresponding source identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectSourceVersion> |
StartBuildBatchRequest.getSecondarySourcesVersionOverride()
An array of
ProjectSourceVersion objects that override the secondary source versions in the batch
build project. |
List<ProjectSourceVersion> |
StartBuildRequest.getSecondarySourcesVersionOverride()
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> |
Project.getSecondarySourceVersions()
An array of
ProjectSourceVersion objects. |
List<ProjectSourceVersion> |
UpdateProjectRequest.getSecondarySourceVersions()
An array of
ProjectSourceVersion objects. |
List<ProjectSourceVersion> |
CreateProjectRequest.getSecondarySourceVersions()
An array of
ProjectSourceVersion objects. |
List<ProjectSourceVersion> |
Build.getSecondarySourceVersions()
An array of
ProjectSourceVersion objects. |
List<ProjectSourceVersion> |
BuildBatch.getSecondarySourceVersions()
An array of
ProjectSourceVersion objects. |
| Modifier and Type | Method and Description |
|---|---|
StartBuildBatchRequest |
StartBuildBatchRequest.withSecondarySourcesVersionOverride(ProjectSourceVersion... secondarySourcesVersionOverride)
An array of
ProjectSourceVersion objects that override the secondary source versions in the batch
build project. |
StartBuildRequest |
StartBuildRequest.withSecondarySourcesVersionOverride(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. |
Project |
Project.withSecondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
UpdateProjectRequest |
UpdateProjectRequest.withSecondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
CreateProjectRequest |
CreateProjectRequest.withSecondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
Build |
Build.withSecondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
BuildBatch |
BuildBatch.withSecondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
StartBuildBatchRequest.setSecondarySourcesVersionOverride(Collection<ProjectSourceVersion> secondarySourcesVersionOverride)
An array of
ProjectSourceVersion objects that override the secondary source versions in the batch
build project. |
void |
StartBuildRequest.setSecondarySourcesVersionOverride(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. |
void |
Project.setSecondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
void |
UpdateProjectRequest.setSecondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
void |
CreateProjectRequest.setSecondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
void |
Build.setSecondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
void |
BuildBatch.setSecondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
StartBuildBatchRequest |
StartBuildBatchRequest.withSecondarySourcesVersionOverride(Collection<ProjectSourceVersion> secondarySourcesVersionOverride)
An array of
ProjectSourceVersion objects that override the secondary source versions in the batch
build project. |
StartBuildRequest |
StartBuildRequest.withSecondarySourcesVersionOverride(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. |
Project |
Project.withSecondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
UpdateProjectRequest |
UpdateProjectRequest.withSecondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
CreateProjectRequest |
CreateProjectRequest.withSecondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
Build |
Build.withSecondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
BuildBatch |
BuildBatch.withSecondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
Copyright © 2024. All rights reserved.