| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
| Modifier and Type | Class and Description |
|---|---|
class |
PipelineProject
A convenience class for CodeBuild Projects that are used in CodePipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeCommitSource.bind(Project project)
Called by the project when the source is added so that the source can perform
binding operations on the source.
|
void |
S3BucketBuildArtifacts.bind(Project project) |
void |
CodePipelineSource.bind(Project _project)
Called by the project when the source is added so that the source can perform
binding operations on the source.
|
void |
S3BucketSource.bind(Project project)
Called by the project when the source is added so that the source can perform
binding operations on the source.
|
void |
BuildArtifacts.bind(Project _project) |
void |
BuildSource.bind(Project _project)
Called by the project when the source is added so that the source can perform
binding operations on the source.
|
Copyright © 2018. All rights reserved.