| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IArtifacts.Jsii$Default
Internal default implementation for
IArtifacts. |
| Modifier and Type | Class and Description |
|---|---|
class |
Artifacts
(experimental) Artifacts definition for a CodeBuild Project.
|
static class |
IArtifacts.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default IArtifacts |
ProjectProps.getArtifacts()
(experimental) Defines where build artifacts will be stored.
|
IArtifacts |
ProjectProps.Jsii$Proxy.getArtifacts() |
static IArtifacts |
Artifacts.s3(S3ArtifactsProps props) |
| Modifier and Type | Method and Description |
|---|---|
default List<IArtifacts> |
ProjectProps.getSecondaryArtifacts()
(experimental) The secondary artifacts for the Project.
|
List<IArtifacts> |
ProjectProps.Jsii$Proxy.getSecondaryArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.addSecondaryArtifact(IArtifacts secondaryArtifact)
(experimental) Adds a secondary artifact to the Project.
|
ProjectProps.Builder |
ProjectProps.Builder.artifacts(IArtifacts artifacts)
Sets the value of
ProjectProps.getArtifacts() |
Project.Builder |
Project.Builder.artifacts(IArtifacts artifacts)
(experimental) Defines where build artifacts will be stored.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectProps.Builder |
ProjectProps.Builder.secondaryArtifacts(List<? extends IArtifacts> secondaryArtifacts)
Sets the value of
ProjectProps.getSecondaryArtifacts() |
Project.Builder |
Project.Builder.secondaryArtifacts(List<? extends IArtifacts> secondaryArtifacts)
(experimental) The secondary artifacts 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.