Package io.github.cdklabs.projen.gitlab
Class Release.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.gitlab.Release.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.Release
Release.Builder, Release.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Release.Builder builder)Constructor that initializes the object based on literal property values passed by theRelease.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)AssetsgetAssets()StringgetDescription()(experimental) Specifies the longer description of the Release.List<String>getMilestones()(experimental) The title of each milestone the release is associated with.StringgetName()(experimental) The Release name.StringgetRef()(experimental) If the release: tag_name doesn’t exist yet, the release is created from ref.StringgetReleasedAt()(experimental) The date and time when the release is ready.StringgetTagName()(experimental) The tag_name must be specified.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(Release.Builder builder)
Constructor that initializes the object based on literal property values passed by theRelease.Builder.
-
-
Method Detail
-
getDescription
public final String getDescription()
Description copied from interface:Release(experimental) Specifies the longer description of the Release.- Specified by:
getDescriptionin interfaceRelease
-
getTagName
public final String getTagName()
Description copied from interface:Release(experimental) The tag_name must be specified.It can refer to an existing Git tag or can be specified by the user.
- Specified by:
getTagNamein interfaceRelease
-
getMilestones
public final List<String> getMilestones()
Description copied from interface:Release(experimental) The title of each milestone the release is associated with.- Specified by:
getMilestonesin interfaceRelease
-
getName
public final String getName()
Description copied from interface:Release(experimental) The Release name.If omitted, it is populated with the value of release: tag_name.
-
getRef
public final String getRef()
Description copied from interface:Release(experimental) If the release: tag_name doesn’t exist yet, the release is created from ref.ref can be a commit SHA, another tag name, or a branch name.
-
getReleasedAt
public final String getReleasedAt()
Description copied from interface:Release(experimental) The date and time when the release is ready.Defaults to the current date and time if not defined. Should be enclosed in quotes and expressed in ISO 8601 format.
- Specified by:
getReleasedAtin interfaceRelease
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-