Uses of Class
io.github.cdklabs.projen.gitlab.CacheWhen
-
Packages that use CacheWhen Package Description io.github.cdklabs.projen.gitlab -
-
Uses of CacheWhen in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return CacheWhen Modifier and Type Method Description default CacheWhenArtifacts. getWhen()(experimental) Configure when artifacts are uploaded depended on job status.CacheWhenArtifacts.Jsii$Proxy. getWhen()default CacheWhenCache. getWhen()(experimental) Defines when to save the cache, based on the status of the job (Default: Job Success).CacheWhenCache.Jsii$Proxy. getWhen()static CacheWhenCacheWhen. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheWhen[]CacheWhen. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.gitlab with parameters of type CacheWhen Modifier and Type Method Description Artifacts.BuilderArtifacts.Builder. when(CacheWhen when)Sets the value ofArtifacts.getWhen()Cache.BuilderCache.Builder. when(CacheWhen when)Sets the value ofCache.getWhen()
-