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 | Class and Description |
---|---|
static class |
ISource.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Source
(experimental) Source provider definition for a CodeBuild Project.
|
Modifier and Type | Method and Description |
---|---|
static ISource |
Source.bitBucket(BitBucketSourceProps props) |
static ISource |
Source.codeCommit(CodeCommitSourceProps props) |
default ISource |
ProjectProps.getSource()
(experimental) 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()
(experimental) The secondary sources for the Project.
|
List<ISource> |
ProjectProps.Jsii$Proxy.getSecondarySources() |
Modifier and Type | Method and Description |
---|---|
void |
Project.addSecondarySource(ISource secondarySource)
(experimental) Adds a secondary source to the Project.
|
ProjectProps.Builder |
ProjectProps.Builder.source(ISource source)
Sets the value of
ProjectProps.getSource() |
Project.Builder |
Project.Builder.source(ISource source)
(experimental) The source of the build.
|
Modifier and Type | Method and Description |
---|---|
ProjectProps.Builder |
ProjectProps.Builder.secondarySources(List<? extends ISource> secondarySources)
Sets the value of
ProjectProps.getSecondarySources() |
Project.Builder |
Project.Builder.secondarySources(List<? extends ISource> secondarySources)
(experimental) The secondary sources for the Project.
|
Constructor and Description |
---|
Jsii$Proxy(IArtifacts artifacts,
List<? extends IArtifacts> secondaryArtifacts,
List<? extends ISource> secondarySources,
ISource source,
Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
Number concurrentBuildLimit,
String description,
IKey encryptionKey,
BuildEnvironment environment,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
List<? extends IFileSystemLocation> fileSystemLocations,
Boolean grantReportGroupPermissions,
LoggingOptions logging,
String projectName,
Duration queuedTimeout,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Duration timeout,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ProjectProps.Builder . |
Constructor and Description |
---|
Jsii$Proxy(IArtifacts artifacts,
List<? extends IArtifacts> secondaryArtifacts,
List<? extends ISource> secondarySources,
ISource source,
Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
Number concurrentBuildLimit,
String description,
IKey encryptionKey,
BuildEnvironment environment,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
List<? extends IFileSystemLocation> fileSystemLocations,
Boolean grantReportGroupPermissions,
LoggingOptions logging,
String projectName,
Duration queuedTimeout,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Duration timeout,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ProjectProps.Builder . |
Copyright © 2021. All rights reserved.