| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
| Modifier and Type | Class and Description |
|---|---|
class |
BitBucketSource
BitBucket Source definition for a CodeBuild project
|
class |
CodeCommitSource
CodeCommit Source definition for a CodeBuild project
|
class |
CodePipelineSource
CodePipeline Source definition for a CodeBuild project
|
class |
GitHubEnterpriseSource
GitHub Enterprice Source definition for a CodeBuild project
|
class |
GitHubSource
GitHub Source definition for a CodeBuild project
|
class |
NoSource |
class |
S3BucketSource
S3 bucket definition for a CodeBuild project.
|
| Modifier and Type | Method and Description |
|---|---|
BuildSource |
ProjectProps.getSource()
The source of the build.
|
BuildSource |
ProjectProps.Jsii$Proxy.getSource()
The source of the build.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectProps.setSource(BuildSource value)
The source of the build.
|
void |
ProjectProps.Jsii$Proxy.setSource(BuildSource value)
The source of the build.
|
ProjectProps.Builder |
ProjectProps.Builder.withSource(BuildSource value)
Sets the value of Source
|
Copyright © 2018. All rights reserved.