default ProjectSource.Builder |
ProjectSource.Builder.auth(Consumer<SourceAuth.Builder> auth) |
Information about the authorization settings for CodeBuild to access the source code to be built.
|
ProjectSource.Builder |
ProjectSource.Builder.auth(SourceAuth auth) |
Information about the authorization settings for CodeBuild to access the source code to be built.
|
static ProjectSource.Builder |
ProjectSource.builder() |
|
ProjectSource.Builder |
ProjectSource.Builder.buildspec(String buildspec) |
The buildspec file declaration to use for the builds in this build project.
|
default ProjectSource.Builder |
ProjectSource.Builder.buildStatusConfig(Consumer<BuildStatusConfig.Builder> buildStatusConfig) |
Contains information that defines how the build project reports the build status to the source provider.
|
ProjectSource.Builder |
ProjectSource.Builder.buildStatusConfig(BuildStatusConfig buildStatusConfig) |
Contains information that defines how the build project reports the build status to the source provider.
|
ProjectSource.Builder |
ProjectSource.Builder.gitCloneDepth(Integer gitCloneDepth) |
Information about the Git clone depth for the build project.
|
default ProjectSource.Builder |
ProjectSource.Builder.gitSubmodulesConfig(Consumer<GitSubmodulesConfig.Builder> gitSubmodulesConfig) |
Information about the Git submodules configuration for the build project.
|
ProjectSource.Builder |
ProjectSource.Builder.gitSubmodulesConfig(GitSubmodulesConfig gitSubmodulesConfig) |
Information about the Git submodules configuration for the build project.
|
ProjectSource.Builder |
ProjectSource.Builder.insecureSsl(Boolean insecureSsl) |
Enable this flag to ignore SSL warnings while connecting to the project source code.
|
ProjectSource.Builder |
ProjectSource.Builder.location(String location) |
Information about the location of the source code to be built.
|
ProjectSource.Builder |
ProjectSource.Builder.reportBuildStatus(Boolean reportBuildStatus) |
Set to true to report the status of a build's start and finish to your source provider.
|
ProjectSource.Builder |
ProjectSource.Builder.sourceIdentifier(String sourceIdentifier) |
An identifier for this project source.
|
ProjectSource.Builder |
ProjectSource.toBuilder() |
|
ProjectSource.Builder |
ProjectSource.Builder.type(String type) |
The type of repository that contains the source code to be built.
|
ProjectSource.Builder |
ProjectSource.Builder.type(SourceType type) |
The type of repository that contains the source code to be built.
|