Class UpgradeIndexManager

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

public class UpgradeIndexManager extends Object
Handles reindex operations for JIRA upgrades.
  • Constructor Details

  • Method Details

    • runReindexIfNeededAndAllowed

      public boolean runReindexIfNeededAndAllowed(Set<ReindexRequestType> allowedReindexRequestTypes)
      Performs reindex.

      If a immediate reindex is already requested a message on the admin screen will be displayed to indicate a need of immediate reindex

      Returns:
      true if successful and there were no errors, false if there was an error performing reindex.