Package io.github.cdklabs.projen.gitlab
Class IncludeRule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.gitlab.IncludeRule.Jsii$Proxy
-
- All Implemented Interfaces:
IncludeRule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IncludeRule
@Stability(Experimental) @Internal public static final class IncludeRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IncludeRule
An implementation forIncludeRule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.gitlab.IncludeRule
IncludeRule.Builder, IncludeRule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IncludeRule.Builder builder)Constructor that initializes the object based on literal property values passed by theIncludeRule.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetAllowFailure()List<String>getChanges()List<String>getExists()StringgetIfValue()StringgetStartIn()Map<String,String>getVariables()JobWhengetWhen()inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IncludeRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theIncludeRule.Builder.
-
-
Method Detail
-
getAllowFailure
public final Object getAllowFailure()
- Specified by:
getAllowFailurein interfaceIncludeRule
-
getChanges
public final List<String> getChanges()
- Specified by:
getChangesin interfaceIncludeRule
-
getExists
public final List<String> getExists()
- Specified by:
getExistsin interfaceIncludeRule
-
getIfValue
public final String getIfValue()
- Specified by:
getIfValuein interfaceIncludeRule
-
getStartIn
public final String getStartIn()
- Specified by:
getStartInin interfaceIncludeRule
-
getVariables
public final Map<String,String> getVariables()
- Specified by:
getVariablesin interfaceIncludeRule
-
getWhen
public final JobWhen getWhen()
- Specified by:
getWhenin interfaceIncludeRule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-