Class ReleaseNamingHelper.SplitVersionName

  • Enclosing class:
    ReleaseNamingHelper

    public static class ReleaseNamingHelper.SplitVersionName
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SplitVersionName​(java.lang.String prefix, java.lang.String number, java.lang.String suffix)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable java.lang.Long getNumberToIncrement()  
      @Nullable java.lang.String getPrefix()  
      @Nullable java.lang.String getSuffix()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SplitVersionName

        public SplitVersionName​(java.lang.String prefix,
                                java.lang.String number,
                                java.lang.String suffix)
    • Method Detail

      • getPrefix

        @Nullable
        public @Nullable java.lang.String getPrefix()
      • getNumberToIncrement

        @Nullable
        public @Nullable java.lang.Long getNumberToIncrement()
      • getSuffix

        @Nullable
        public @Nullable java.lang.String getSuffix()