Class ReleaseNamingHelper.SplitVersionName

java.lang.Object
com.atlassian.bamboo.specs.api.util.ReleaseNamingHelper.SplitVersionName
Enclosing class:
ReleaseNamingHelper

public static class ReleaseNamingHelper.SplitVersionName extends Object
  • Constructor Details

    • SplitVersionName

      public SplitVersionName(String prefix, String number, String suffix)
  • Method Details

    • getPrefix

      @Nullable public @Nullable String getPrefix()
    • getNumberToIncrement

      @Nullable public @Nullable Long getNumberToIncrement()
    • getSuffix

      @Nullable public @Nullable String getSuffix()