Package io.github.cdklabs.projen.gitlab
Interface Inherit
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Inherit.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.121Z") @Stability(Experimental) public interface Inherit extends software.amazon.jsii.JsiiSerializable
(experimental) Controls inheritance of globally-defined defaults and variables.Boolean values control inheritance of all default: or variables: keywords. To inherit only a subset of default: or variables: keywords, specify what you wish to inherit. Anything not listed is not inherited.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInherit.BuilderA builder forInheritstatic classInherit.Jsii$ProxyAn implementation forInherit
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static Inherit.Builderbuilder()default ObjectgetDefaultValue()(experimental) Whether to inherit all globally-defined defaults or not.default ObjectgetVariables()(experimental) Whether to inherit all globally-defined variables or not.
-
-
-
Method Detail
-
getDefaultValue
@Stability(Experimental) @Nullable default Object getDefaultValue()
(experimental) Whether to inherit all globally-defined defaults or not.Or subset of inherited defaults
-
getVariables
@Stability(Experimental) @Nullable default Object getVariables()
(experimental) Whether to inherit all globally-defined variables or not.Or subset of inherited variables
-
builder
@Stability(Experimental) static Inherit.Builder builder()
- Returns:
- a
Inherit.BuilderofInherit
-
-