@Stability(value=Experimental) public static final class ManualReleaseOptions.Builder extends Object implements software.amazon.jsii.Builder<ManualReleaseOptions>
ManualReleaseOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ManualReleaseOptions |
build()
Builds the configured instance.
|
ManualReleaseOptions.Builder |
changelog(Boolean changelog)
Sets the value of
ManualReleaseOptions.getChangelog() |
ManualReleaseOptions.Builder |
changelogPath(String changelogPath)
Sets the value of
ManualReleaseOptions.getChangelogPath() |
ManualReleaseOptions.Builder |
gitPushCommand(String gitPushCommand)
Sets the value of
ManualReleaseOptions.getGitPushCommand() |
@Stability(value=Experimental) public ManualReleaseOptions.Builder changelog(Boolean changelog)
ManualReleaseOptions.getChangelog()changelog - Maintain a project-level changelog.this@Stability(value=Experimental) public ManualReleaseOptions.Builder changelogPath(String changelogPath)
ManualReleaseOptions.getChangelogPath()changelogPath - Project-level changelog file path.
Ignored if changelog is false.this@Stability(value=Experimental) public ManualReleaseOptions.Builder gitPushCommand(String gitPushCommand)
ManualReleaseOptions.getGitPushCommand()gitPushCommand - Override git-push command.
Set to an empty string to disable pushing.this@Stability(value=Experimental) public ManualReleaseOptions build()
build in interface software.amazon.jsii.Builder<ManualReleaseOptions>ManualReleaseOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.