| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectSource |
ProjectSource.clone() |
ProjectSource |
Project.getSource()
Information about the build input source code for this build project.
|
ProjectSource |
UpdateProjectRequest.getSource()
Information to be changed about the build input source code for the build project.
|
ProjectSource |
CreateProjectRequest.getSource()
Information about the build input source code for the build project.
|
ProjectSource |
Build.getSource()
Information about the source code to be built.
|
ProjectSource |
BuildBatch.getSource() |
ProjectSource |
ProjectSource.withAuth(SourceAuth auth)
Information about the authorization settings for CodeBuild to access the source code to be built.
|
ProjectSource |
ProjectSource.withBuildspec(String buildspec)
The buildspec file declaration to use for the builds in this build project.
|
ProjectSource |
ProjectSource.withBuildStatusConfig(BuildStatusConfig buildStatusConfig)
Contains information that defines how the build project reports the build status to the source provider.
|
ProjectSource |
ProjectSource.withGitCloneDepth(Integer gitCloneDepth)
Information about the Git clone depth for the build project.
|
ProjectSource |
ProjectSource.withGitSubmodulesConfig(GitSubmodulesConfig gitSubmodulesConfig)
Information about the Git submodules configuration for the build project.
|
ProjectSource |
ProjectSource.withInsecureSsl(Boolean insecureSsl)
Enable this flag to ignore SSL warnings while connecting to the project source code.
|
ProjectSource |
ProjectSource.withLocation(String location)
Information about the location of the source code to be built.
|
ProjectSource |
ProjectSource.withReportBuildStatus(Boolean reportBuildStatus)
Set to true to report the status of a build's start and finish to your source provider.
|
ProjectSource |
ProjectSource.withSourceIdentifier(String sourceIdentifier)
An identifier for this project source.
|
ProjectSource |
ProjectSource.withType(SourceType type)
The type of repository that contains the source code to be built.
|
ProjectSource |
ProjectSource.withType(String type)
The type of repository that contains the source code to be built.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectSource> |
Project.getSecondarySources()
An array of
ProjectSource objects. |
List<ProjectSource> |
UpdateProjectRequest.getSecondarySources()
An array of
ProjectSource objects. |
List<ProjectSource> |
CreateProjectRequest.getSecondarySources()
An array of
ProjectSource objects. |
List<ProjectSource> |
Build.getSecondarySources()
An array of
ProjectSource objects. |
List<ProjectSource> |
BuildBatch.getSecondarySources()
An array of
ProjectSource objects that define the sources for the batch build. |
List<ProjectSource> |
StartBuildBatchRequest.getSecondarySourcesOverride()
An array of
ProjectSource objects that override the secondary sources defined in the batch build
project. |
List<ProjectSource> |
StartBuildRequest.getSecondarySourcesOverride()
An array of
ProjectSource objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setSource(ProjectSource source)
Information about the build input source code for this build project.
|
void |
UpdateProjectRequest.setSource(ProjectSource source)
Information to be changed about the build input source code for the build project.
|
void |
CreateProjectRequest.setSource(ProjectSource source)
Information about the build input source code for the build project.
|
void |
Build.setSource(ProjectSource source)
Information about the source code to be built.
|
void |
BuildBatch.setSource(ProjectSource source) |
Project |
Project.withSecondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects. |
UpdateProjectRequest |
UpdateProjectRequest.withSecondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects. |
CreateProjectRequest |
CreateProjectRequest.withSecondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects. |
Build |
Build.withSecondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects. |
BuildBatch |
BuildBatch.withSecondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects that define the sources for the batch build. |
StartBuildBatchRequest |
StartBuildBatchRequest.withSecondarySourcesOverride(ProjectSource... secondarySourcesOverride)
An array of
ProjectSource objects that override the secondary sources defined in the batch build
project. |
StartBuildRequest |
StartBuildRequest.withSecondarySourcesOverride(ProjectSource... secondarySourcesOverride)
An array of
ProjectSource objects. |
Project |
Project.withSource(ProjectSource source)
Information about the build input source code for this build project.
|
UpdateProjectRequest |
UpdateProjectRequest.withSource(ProjectSource source)
Information to be changed about the build input source code for the build project.
|
CreateProjectRequest |
CreateProjectRequest.withSource(ProjectSource source)
Information about the build input source code for the build project.
|
Build |
Build.withSource(ProjectSource source)
Information about the source code to be built.
|
BuildBatch |
BuildBatch.withSource(ProjectSource source) |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setSecondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
void |
UpdateProjectRequest.setSecondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
void |
CreateProjectRequest.setSecondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
void |
Build.setSecondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
void |
BuildBatch.setSecondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects that define the sources for the batch build. |
void |
StartBuildBatchRequest.setSecondarySourcesOverride(Collection<ProjectSource> secondarySourcesOverride)
An array of
ProjectSource objects that override the secondary sources defined in the batch build
project. |
void |
StartBuildRequest.setSecondarySourcesOverride(Collection<ProjectSource> secondarySourcesOverride)
An array of
ProjectSource objects. |
Project |
Project.withSecondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
UpdateProjectRequest |
UpdateProjectRequest.withSecondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
CreateProjectRequest |
CreateProjectRequest.withSecondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
Build |
Build.withSecondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
BuildBatch |
BuildBatch.withSecondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects that define the sources for the batch build. |
StartBuildBatchRequest |
StartBuildBatchRequest.withSecondarySourcesOverride(Collection<ProjectSource> secondarySourcesOverride)
An array of
ProjectSource objects that override the secondary sources defined in the batch build
project. |
StartBuildRequest |
StartBuildRequest.withSecondarySourcesOverride(Collection<ProjectSource> secondarySourcesOverride)
An array of
ProjectSource objects. |
Copyright © 2024. All rights reserved.