| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectSource |
ProjectSource.clone() |
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 |
UpdateProjectRequest.getSource()
Information to be changed about the build input source code for the build project.
|
ProjectSource |
Project.getSource()
Information about the build input source code for this build project.
|
ProjectSource |
ProjectSource.withAuth(SourceAuth auth)
Information about the authorization settings for AWS CodeBuild to access the source code to be built.
|
ProjectSource |
ProjectSource.withBuildspec(String buildspec)
The build spec declaration to use for the builds in this build project.
|
ProjectSource |
ProjectSource.withLocation(String location)
Information about the location of the source code to be built.
|
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 |
|---|---|
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 |
UpdateProjectRequest.setSource(ProjectSource source)
Information to be changed about the build input source code for the build project.
|
void |
Project.setSource(ProjectSource source)
Information about the build input source code for this 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.
|
UpdateProjectRequest |
UpdateProjectRequest.withSource(ProjectSource source)
Information to be changed about the build input source code for the build project.
|
Project |
Project.withSource(ProjectSource source)
Information about the build input source code for this build project.
|
Copyright © 2017. All rights reserved.