Uses of Class
io.github.cdklabs.projen.gitlab.Cache.Builder
-
Packages that use Cache.Builder Package Description io.github.cdklabs.projen.gitlab -
-
Uses of Cache.Builder in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return Cache.Builder Modifier and Type Method Description static Cache.BuilderCache. builder()Cache.BuilderCache.Builder. fallbackKeys(List<String> fallbackKeys)Sets the value ofCache.getFallbackKeys()Cache.BuilderCache.Builder. key(CacheKeyFiles key)Sets the value ofCache.getKey()Cache.BuilderCache.Builder. key(String key)Sets the value ofCache.getKey()Cache.BuilderCache.Builder. paths(List<String> paths)Sets the value ofCache.getPaths()Cache.BuilderCache.Builder. policy(CachePolicy policy)Sets the value ofCache.getPolicy()Cache.BuilderCache.Builder. untracked(Boolean untracked)Sets the value ofCache.getUntracked()Cache.BuilderCache.Builder. when(CacheWhen when)Sets the value ofCache.getWhen()Constructors in io.github.cdklabs.projen.gitlab with parameters of type Cache.Builder Constructor Description Jsii$Proxy(Cache.Builder builder)Constructor that initializes the object based on literal property values passed by theCache.Builder.
-