Package io.github.cdklabs.projen.release
Class ManualReleaseOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.release.ManualReleaseOptions.Jsii$Proxy
-
- All Implemented Interfaces:
ManualReleaseOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ManualReleaseOptions
@Stability(Experimental) @Internal public static final class ManualReleaseOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ManualReleaseOptions
An implementation forManualReleaseOptions
-
-
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.release.ManualReleaseOptions
ManualReleaseOptions.Builder, ManualReleaseOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ManualReleaseOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theManualReleaseOptions.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)BooleangetChangelog()(experimental) Maintain a project-level changelog.StringgetChangelogPath()(experimental) Project-level changelog file path.StringgetGitPushCommand()(experimental) Override git-push command.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(ManualReleaseOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theManualReleaseOptions.Builder.
-
-
Method Detail
-
getChangelog
public final Boolean getChangelog()
Description copied from interface:ManualReleaseOptions(experimental) Maintain a project-level changelog.Default: true
- Specified by:
getChangelogin interfaceManualReleaseOptions
-
getChangelogPath
public final String getChangelogPath()
Description copied from interface:ManualReleaseOptions(experimental) Project-level changelog file path.Ignored if
changelogis false.Default: 'CHANGELOG.md'
- Specified by:
getChangelogPathin interfaceManualReleaseOptions
-
getGitPushCommand
public final String getGitPushCommand()
Description copied from interface:ManualReleaseOptions(experimental) Override git-push command.Set to an empty string to disable pushing.
- Specified by:
getGitPushCommandin interfaceManualReleaseOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-