Package io.github.cdklabs.projen.release
Class GitHubReleasesPublishOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.release.GitHubReleasesPublishOptions.Jsii$Proxy
-
- All Implemented Interfaces:
CommonPublishOptions,GitHubReleasesPublishOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GitHubReleasesPublishOptions
@Stability(Experimental) @Internal public static final class GitHubReleasesPublishOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GitHubReleasesPublishOptions
An implementation forGitHubReleasesPublishOptions
-
-
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.GitHubReleasesPublishOptions
GitHubReleasesPublishOptions.Builder, GitHubReleasesPublishOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GitHubReleasesPublishOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theGitHubReleasesPublishOptions.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.List<JobStep>getPostPublishSteps()(experimental) Steps to execute after executing the publishing command.List<JobStep>getPrePublishSteps()(experimental) Steps to execute before executing the publishing command.ToolsgetPublishTools()(experimental) Additional tools to install in the publishing job.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(GitHubReleasesPublishOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theGitHubReleasesPublishOptions.Builder.
-
-
Method Detail
-
getChangelogFile
public final String getChangelogFile()
Description copied from interface:GitHubReleasesPublishOptions(experimental) The location of an .md file (relative todist/) that includes the changelog for the release.Example:
changelog.md
- Specified by:
getChangelogFilein interfaceGitHubReleasesPublishOptions
-
getReleaseTagFile
public final String getReleaseTagFile()
Description copied from interface:GitHubReleasesPublishOptions(experimental) The location of a text file (relative todist/) that contains the release tag.Example:
releasetag.txt
- Specified by:
getReleaseTagFilein interfaceGitHubReleasesPublishOptions
-
getVersionFile
public final String getVersionFile()
Description copied from interface:GitHubReleasesPublishOptions(experimental) The location of a text file (relative todist/) that contains the version number.Example:
version.txt
- Specified by:
getVersionFilein interfaceGitHubReleasesPublishOptions
-
getPostPublishSteps
public final List<JobStep> getPostPublishSteps()
Description copied from interface:CommonPublishOptions(experimental) Steps to execute after executing the publishing command.These can be used to add/update the release artifacts ot any other tasks needed.
Note that when using this in
publishToGitHubReleasesthis will override steps added viaaddGitHubPostPublishingSteps.- Specified by:
getPostPublishStepsin interfaceCommonPublishOptions
-
getPrePublishSteps
public final List<JobStep> getPrePublishSteps()
Description copied from interface:CommonPublishOptions(experimental) Steps to execute before executing the publishing command. These can be used to prepare the artifact for publishing if neede.These steps are executed after
dist/has been populated with the build output.Note that when using this in
publishToGitHubReleasesthis will override steps added viaaddGitHubPrePublishingSteps.- Specified by:
getPrePublishStepsin interfaceCommonPublishOptions
-
getPublishTools
public final Tools getPublishTools()
Description copied from interface:CommonPublishOptions(experimental) Additional tools to install in the publishing job.Default: - no additional tools are installed
- Specified by:
getPublishToolsin interfaceCommonPublishOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-