Package io.github.cdklabs.projen
Class Version
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.Version
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.816Z") @Stability(Experimental) public class Version extends Component
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVersion.Builder(experimental) A fluent builder forVersion.
-
Field Summary
Fields Modifier and Type Field Description static StringSTANDARD_VERSION
-
Constructor Summary
Constructors Modifier Constructor Description Version(Project project, VersionOptions options)protectedVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedVersion(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskgetBumpTask()StringgetChangelogFileName()(experimental) The name of the changelog file (underartifactsDirectory).StringgetReleaseTagFileName()(experimental) The name of the file that contains the release tag (underartifactsDirectory).TaskgetUnbumpTask()StringgetVersionFileName()(experimental) The name of the file that contains the version (underartifactsDirectory).-
Methods inherited from class io.github.cdklabs.projen.Component
getProject, isComponent, postSynthesize, preSynthesize, synthesize
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Field Detail
-
STANDARD_VERSION
@Stability(Experimental) public static final String STANDARD_VERSION
-
-
Constructor Detail
-
Version
protected Version(software.amazon.jsii.JsiiObjectRef objRef)
-
Version
protected Version(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
Version
@Stability(Experimental) public Version(@NotNull Project project, @NotNull VersionOptions options)- Parameters:
project- This parameter is required.options- This parameter is required.
-
-
Method Detail
-
getBumpTask
@Stability(Experimental) @NotNull public Task getBumpTask()
-
getChangelogFileName
@Stability(Experimental) @NotNull public String getChangelogFileName()
(experimental) The name of the changelog file (underartifactsDirectory).
-
getReleaseTagFileName
@Stability(Experimental) @NotNull public String getReleaseTagFileName()
(experimental) The name of the file that contains the release tag (underartifactsDirectory).
-
getUnbumpTask
@Stability(Experimental) @NotNull public Task getUnbumpTask()
-
getVersionFileName
@Stability(Experimental) @NotNull public String getVersionFileName()
(experimental) The name of the file that contains the version (underartifactsDirectory).
-
-