| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
default ProjectSource.Builder |
ProjectSource.Builder.auth(Consumer<SourceAuth.Builder> auth)
Information about the authorization settings for AWS CodeBuild to access the source code to be built.
|
ProjectSource.Builder |
ProjectSource.Builder.auth(SourceAuth auth)
Information about the authorization settings for AWS 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.
|
ProjectSource.Builder |
ProjectSource.Builder.buildStatusConfig(BuildStatusConfig buildStatusConfig)
Contains information that defines how the build project reports the build status to the source provider.
|
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.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(SourceType type)
The type of repository that contains the source code to be built.
|
ProjectSource.Builder |
ProjectSource.Builder.type(String type)
The type of repository that contains the source code to be built.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProjectSource.Builder> |
ProjectSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Project.Builder |
Project.Builder.source(Consumer<ProjectSource.Builder> source)
Information about the build input source code for this build project.
|
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.source(Consumer<ProjectSource.Builder> source)
Information about the build input source code for the build project.
|
default Build.Builder |
Build.Builder.source(Consumer<ProjectSource.Builder> source)
Information about the source code to be built.
|
default UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.source(Consumer<ProjectSource.Builder> source)
Information to be changed about the build input source code for the build project.
|
default BuildBatch.Builder |
BuildBatch.Builder.source(Consumer<ProjectSource.Builder> source)
Sets the value of the Source property for this object.
|
Copyright © 2021. All rights reserved.