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