| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectSource |
CreateProjectRequest.source()
Information about the build input source code for the build project.
|
ProjectSource |
Build.source()
Information about the source code to be built.
|
ProjectSource |
BuildBatch.source()
Returns the value of the Source property for this object.
|
ProjectSource |
Project.source()
Information about the build input source code for this build project.
|
ProjectSource |
UpdateProjectRequest.source()
Information to be changed about the build input source code for the build project.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectSource> |
CreateProjectRequest.secondarySources()
An array of
ProjectSource objects. |
List<ProjectSource> |
Build.secondarySources()
An array of
ProjectSource objects. |
List<ProjectSource> |
BuildBatch.secondarySources()
An array of
ProjectSource objects that define the sources for the batch build. |
List<ProjectSource> |
Project.secondarySources()
An array of
ProjectSource objects. |
List<ProjectSource> |
UpdateProjectRequest.secondarySources()
An array of
ProjectSource objects. |
List<ProjectSource> |
StartBuildBatchRequest.secondarySourcesOverride()
An array of
ProjectSource objects that override the secondary sources defined in the batch build
project. |
List<ProjectSource> |
StartBuildRequest.secondarySourcesOverride()
An array of
ProjectSource objects. |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.secondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects. |
Build.Builder |
Build.Builder.secondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects. |
BuildBatch.Builder |
BuildBatch.Builder.secondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects that define the sources for the batch build. |
Project.Builder |
Project.Builder.secondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects. |
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.secondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects. |
StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.secondarySourcesOverride(ProjectSource... secondarySourcesOverride)
An array of
ProjectSource objects that override the secondary sources defined in the batch build
project. |
StartBuildRequest.Builder |
StartBuildRequest.Builder.secondarySourcesOverride(ProjectSource... secondarySourcesOverride)
An array of
ProjectSource objects. |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.source(ProjectSource source)
Information about the build input source code for the build project.
|
Build.Builder |
Build.Builder.source(ProjectSource source)
Information about the source code to be built.
|
BuildBatch.Builder |
BuildBatch.Builder.source(ProjectSource source)
Sets the value of the Source property for this object.
|
Project.Builder |
Project.Builder.source(ProjectSource source)
Information about the build input source code for this build project.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.source(ProjectSource source)
Information to be changed about the build input source code for the build project.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.secondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
Build.Builder |
Build.Builder.secondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
BuildBatch.Builder |
BuildBatch.Builder.secondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects that define the sources for the batch build. |
Project.Builder |
Project.Builder.secondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.secondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.secondarySourcesOverride(Collection<ProjectSource> secondarySourcesOverride)
An array of
ProjectSource objects that override the secondary sources defined in the batch build
project. |
StartBuildRequest.Builder |
StartBuildRequest.Builder.secondarySourcesOverride(Collection<ProjectSource> secondarySourcesOverride)
An array of
ProjectSource objects. |
Copyright © 2023. All rights reserved.