| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| 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.