Class 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 class  Version.Builder
      (experimental) A fluent builder for Version.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        Version​(Project project, VersionOptions options)  
      protected Version​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected Version​(software.amazon.jsii.JsiiObjectRef objRef)  
    • 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 (under artifactsDirectory).
      • getReleaseTagFileName

        @Stability(Experimental)
        @NotNull
        public String getReleaseTagFileName()
        (experimental) The name of the file that contains the release tag (under artifactsDirectory).
      • getUnbumpTask

        @Stability(Experimental)
        @NotNull
        public Task getUnbumpTask()
      • getVersionFileName

        @Stability(Experimental)
        @NotNull
        public String getVersionFileName()
        (experimental) The name of the file that contains the version (under artifactsDirectory).