Package io.github.cdklabs.projen.release
Class GitPublishOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.release.GitPublishOptions.Jsii$Proxy
-
- All Implemented Interfaces:
GitPublishOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GitPublishOptions
@Stability(Experimental) @Internal public static final class GitPublishOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GitPublishOptions
An implementation forGitPublishOptions
-
-
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.GitPublishOptions
GitPublishOptions.Builder, GitPublishOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GitPublishOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theGitPublishOptions.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)StringgetChangelogFile()(experimental) The location of an .md file (relative todist/) that includes the changelog for the release.StringgetGitBranch()(experimental) Branch to push to.StringgetGitPushCommand()(experimental) Override git-push command.StringgetProjectChangelogFile()(experimental) The location of an .md file that includes the project-level changelog.StringgetReleaseTagFile()(experimental) The location of a text file (relative todist/) that contains the release tag.StringgetVersionFile()(experimental) The location of a text file (relative todist/) that contains the version number.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(GitPublishOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theGitPublishOptions.Builder.
-
-
Method Detail
-
getChangelogFile
public final String getChangelogFile()
Description copied from interface:GitPublishOptions(experimental) The location of an .md file (relative todist/) that includes the changelog for the release.Example:
changelog.md
- Specified by:
getChangelogFilein interfaceGitPublishOptions
-
getReleaseTagFile
public final String getReleaseTagFile()
Description copied from interface:GitPublishOptions(experimental) The location of a text file (relative todist/) that contains the release tag.Example:
releasetag.txt
- Specified by:
getReleaseTagFilein interfaceGitPublishOptions
-
getVersionFile
public final String getVersionFile()
Description copied from interface:GitPublishOptions(experimental) The location of a text file (relative todist/) that contains the version number.Example:
version.txt
- Specified by:
getVersionFilein interfaceGitPublishOptions
-
getGitBranch
public final String getGitBranch()
Description copied from interface:GitPublishOptions(experimental) Branch to push to.Default: "main"
- Specified by:
getGitBranchin interfaceGitPublishOptions
-
getGitPushCommand
public final String getGitPushCommand()
Description copied from interface:GitPublishOptions(experimental) Override git-push command.Set to an empty string to disable pushing.
- Specified by:
getGitPushCommandin interfaceGitPublishOptions
-
getProjectChangelogFile
public final String getProjectChangelogFile()
Description copied from interface:GitPublishOptions(experimental) The location of an .md file that includes the project-level changelog.- Specified by:
getProjectChangelogFilein interfaceGitPublishOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-