Package com.atlassian.jira.issue.index

Examples of com.atlassian.jira.issue.index.IssueIndexManager


      //**
      log.debug("Updated response sla and fix kpi states");

      try {
        // reindex issue
        IssueIndexManager issueIndexManager = ManagerFactory.getIndexManager();
        issueIndexManager.reIndex(issue);
        log.debug("Reindexing issue");
      } catch (Exception e) {
        log.error("Failed to reindex issue: " + key, e);
      }
    }
View Full Code Here

TOP

Related Classes of com.atlassian.jira.issue.index.IssueIndexManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.