java.lang.Object
com.atlassian.bamboo.configuration.external.yaml.properties.deployment.ReleaseNaming

@Immutable public class ReleaseNaming extends Object
  • Constructor Details

    • ReleaseNaming

      public ReleaseNaming(@NotNull @NotNull String nextVersionName, boolean appliesToBranches, boolean autoIncrement, @NotNull @NotNull Iterable<String> autoIncrementVariables)
  • Method Details

    • getNextVersionName

      @NotNull public @NotNull String getNextVersionName()
    • isAppliesToBranches

      public boolean isAppliesToBranches()
    • isAutoIncrement

      public boolean isAutoIncrement()
    • getAutoIncrementVariables

      @NotNull public @NotNull List<String> getAutoIncrementVariables()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object