Uses of Class
io.github.cdklabs.projen.gitlab.Artifacts.Builder
-
Packages that use Artifacts.Builder Package Description io.github.cdklabs.projen.gitlab -
-
Uses of Artifacts.Builder in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return Artifacts.Builder Modifier and Type Method Description static Artifacts.BuilderArtifacts. builder()Artifacts.BuilderArtifacts.Builder. exclude(List<String> exclude)Sets the value ofArtifacts.getExclude()Artifacts.BuilderArtifacts.Builder. expireIn(String expireIn)Sets the value ofArtifacts.getExpireIn()Artifacts.BuilderArtifacts.Builder. exposeAs(String exposeAs)Sets the value ofArtifacts.getExposeAs()Artifacts.BuilderArtifacts.Builder. name(String name)Sets the value ofArtifacts.getName()Artifacts.BuilderArtifacts.Builder. paths(List<String> paths)Sets the value ofArtifacts.getPaths()Artifacts.BuilderArtifacts.Builder. reports(Reports reports)Sets the value ofArtifacts.getReports()Artifacts.BuilderArtifacts.Builder. untracked(Boolean untracked)Sets the value ofArtifacts.getUntracked()Artifacts.BuilderArtifacts.Builder. when(CacheWhen when)Sets the value ofArtifacts.getWhen()Constructors in io.github.cdklabs.projen.gitlab with parameters of type Artifacts.Builder Constructor Description Jsii$Proxy(Artifacts.Builder builder)Constructor that initializes the object based on literal property values passed by theArtifacts.Builder.
-