| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Cache |
Cache.bucket(IBucket bucket)
(experimental) Create an S3 caching strategy.
|
static Cache |
Cache.bucket(IBucket bucket,
BucketCacheOptions options)
(experimental) Create an S3 caching strategy.
|
Cache |
ProjectProps.Jsii$Proxy.getCache() |
Cache |
PipelineProjectProps.Jsii$Proxy.getCache() |
default Cache |
CommonProjectProps.getCache()
(experimental) Caching strategy to use.
|
Cache |
CommonProjectProps.Jsii$Proxy.getCache() |
static Cache |
Cache.local(LocalCacheMode... modes)
(experimental) Create a local caching strategy.
|
static Cache |
Cache.none() |
| Modifier and Type | Method and Description |
|---|---|
ProjectProps.Builder |
ProjectProps.Builder.cache(Cache cache)
Sets the value of
CommonProjectProps.getCache() |
PipelineProjectProps.Builder |
PipelineProjectProps.Builder.cache(Cache cache)
Sets the value of
CommonProjectProps.getCache() |
CommonProjectProps.Builder |
CommonProjectProps.Builder.cache(Cache cache)
Sets the value of
CommonProjectProps.getCache() |
PipelineProject.Builder |
PipelineProject.Builder.cache(Cache cache)
(experimental) Caching strategy to use.
|
Project.Builder |
Project.Builder.cache(Cache cache)
(experimental) Caching strategy to use.
|
| Constructor and Description |
|---|
Jsii$Proxy(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
PipelineProjectProps.Builder. |
Jsii$Proxy(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
CommonProjectProps.Builder. |
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.