Class UpgradeManagerParams

java.lang.Object
com.atlassian.jira.upgrade.UpgradeManagerParams

public class UpgradeManagerParams extends Object
Provides parameters required to perform JIRA upgrade.
  • setupMode - true if this is the initial setup. false if it is a normal upgrade
  • allowReindex - true if after all upgrade tasks reindexing is allowed. false if after all upgrade tasks shouldn't be any reindexing
Clients should use the provided UpgradeManagerParams.Builder to construct an instance of this class.
Since:
v6.4
  • Method Details

    • isSetupMode

      public boolean isSetupMode()
    • isAllowReindex

      public boolean isAllowReindex()
    • isWithoutDelay

      public boolean isWithoutDelay()
    • builder

      public static UpgradeManagerParams.Builder builder()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object