Uses of Class
io.github.cdklabs.projen.gitlab.Inherit.Builder
-
Packages that use Inherit.Builder Package Description io.github.cdklabs.projen.gitlab -
-
Uses of Inherit.Builder in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return Inherit.Builder Modifier and Type Method Description static Inherit.BuilderInherit. builder()Inherit.BuilderInherit.Builder. defaultValue(Boolean defaultValue)Sets the value ofInherit.getDefaultValue()Inherit.BuilderInherit.Builder. defaultValue(List<? extends DefaultElement> defaultValue)Sets the value ofInherit.getDefaultValue()Inherit.BuilderInherit.Builder. variables(Boolean variables)Sets the value ofInherit.getVariables()Inherit.BuilderInherit.Builder. variables(List<String> variables)Sets the value ofInherit.getVariables()Constructors in io.github.cdklabs.projen.gitlab with parameters of type Inherit.Builder Constructor Description Jsii$Proxy(Inherit.Builder builder)Constructor that initializes the object based on literal property values passed by theInherit.Builder.
-