Uses of Class
io.github.cdklabs.projen.gitlab.Include.Builder
-
Packages that use Include.Builder Package Description io.github.cdklabs.projen.gitlab -
-
Uses of Include.Builder in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return Include.Builder Modifier and Type Method Description static Include.BuilderInclude. builder()Include.BuilderInclude.Builder. file(List<String> file)Sets the value ofInclude.getFile()Include.BuilderInclude.Builder. local(String local)Sets the value ofInclude.getLocal()Include.BuilderInclude.Builder. project(String project)Sets the value ofInclude.getProject()Include.BuilderInclude.Builder. ref(String ref)Sets the value ofInclude.getRef()Include.BuilderInclude.Builder. remote(String remote)Sets the value ofInclude.getRemote()Include.BuilderInclude.Builder. rules(List<? extends IncludeRule> rules)Sets the value ofInclude.getRules()Include.BuilderInclude.Builder. template(String template)Sets the value ofInclude.getTemplate()Constructors in io.github.cdklabs.projen.gitlab with parameters of type Include.Builder Constructor Description Jsii$Proxy(Include.Builder builder)Constructor that initializes the object based on literal property values passed by theInclude.Builder.
-