Package io.github.cdklabs.projen.gitlab
Class Need.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.gitlab.Need.Jsii$Proxy
-
-
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.Need
Need.Builder, Need.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Need.Builder builder)Constructor that initializes the object based on literal property values passed by theNeed.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)BooleangetArtifacts()StringgetJob()BooleangetOptional()StringgetPipeline()StringgetProject()StringgetRef()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(Need.Builder builder)
Constructor that initializes the object based on literal property values passed by theNeed.Builder.
-
-
Method Detail
-
getArtifacts
public final Boolean getArtifacts()
- Specified by:
getArtifactsin interfaceNeed
-
getOptional
public final Boolean getOptional()
- Specified by:
getOptionalin interfaceNeed
-
getPipeline
public final String getPipeline()
- Specified by:
getPipelinein interfaceNeed
-
getProject
public final String getProject()
- Specified by:
getProjectin interfaceNeed
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-