| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ISource.Jsii$Default
Internal default implementation for
ISource. |
| Modifier and Type | Method and Description |
|---|---|
static ISource |
Source.bitBucket(BitBucketSourceProps props) |
static ISource |
Source.codeCommit(CodeCommitSourceProps props) |
default ISource |
ProjectProps.getSource()
The source of the build.
|
ISource |
ProjectProps.Jsii$Proxy.getSource() |
static ISource |
Source.gitHub(GitHubSourceProps props) |
static ISource |
Source.gitHubEnterprise(GitHubEnterpriseSourceProps props) |
static ISource |
Source.s3(S3SourceProps props) |
| Modifier and Type | Method and Description |
|---|---|
default List<ISource> |
ProjectProps.getSecondarySources()
The secondary sources for the Project.
|
List<ISource> |
ProjectProps.Jsii$Proxy.getSecondarySources() |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.addSecondarySource(ISource secondarySource)
Adds a secondary source to the Project.
|
Project.Builder |
Project.Builder.source(ISource source)
The source of the build.
|
ProjectProps.Builder |
ProjectProps.Builder.source(ISource source)
Sets the value of
ProjectProps.getSource() |
| Modifier and Type | Method and Description |
|---|---|
Project.Builder |
Project.Builder.secondarySources(List<? extends ISource> secondarySources)
The secondary sources for the Project.
|
ProjectProps.Builder |
ProjectProps.Builder.secondarySources(List<? extends ISource> secondarySources)
Sets the value of
ProjectProps.getSecondarySources() |
Copyright © 2022. All rights reserved.