@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.455Z") @Stability(value=Experimental) public class Version extends Component
| Modifier and Type | Class and Description |
|---|---|
static class |
Version.Builder
(experimental) A fluent builder for
Version. |
| Modifier and Type | Field and Description |
|---|---|
static String |
STANDARD_VERSION |
| Modifier | Constructor and Description |
|---|---|
protected |
Version(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Version(software.amazon.jsii.JsiiObjectRef objRef) |
|
Version(Project project,
VersionOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Task |
getBumpTask() |
String |
getChangelogFileName()
(experimental) The name of the changelog file (under `artifactsDirectory`).
|
String |
getReleaseTagFileName()
(experimental) The name of the file that contains the release tag (under `artifactsDirectory`).
|
Task |
getUnbumpTask() |
String |
getVersionFileName()
(experimental) The name of the file that contains the version (under `artifactsDirectory`).
|
getProject, postSynthesize, preSynthesize, synthesizejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final String STANDARD_VERSION
protected Version(software.amazon.jsii.JsiiObjectRef objRef)
protected Version(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Version(@NotNull
Project project,
@NotNull
VersionOptions options)
project - This parameter is required.options - This parameter is required.@Stability(value=Experimental) @NotNull public Task getBumpTask()
@Stability(value=Experimental) @NotNull public String getChangelogFileName()
@Stability(value=Experimental) @NotNull public String getReleaseTagFileName()
@Stability(value=Experimental) @NotNull public Task getUnbumpTask()
@Stability(value=Experimental) @NotNull public String getVersionFileName()
Copyright © 2021. All rights reserved.