Class ReindexAction

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalAdminSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, UserAware, com.atlassian.core.i18n.I18nTextProvider, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class ReindexAction extends GlobalAdminAction
See Also:
  • Constructor Details

    • ReindexAction

      public ReindexAction()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
      Throws:
      Exception
    • getPrettyApproximateIndexTime

      public String getPrettyApproximateIndexTime()
    • getEstimatedReindexCompletionTime

      public Date getEstimatedReindexCompletionTime()
    • getCurrentTime

      public Date getCurrentTime()
    • setIndexerManager

      public void setIndexerManager(IndexerManager indexerManager)