Interface ProjectIndexService
public interface ProjectIndexService
Project index service
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Reindex all projects in backgroundvoid
reindexProjectInBackground
(com.atlassian.jira.project.Project project) Reindex a project in background
-
Method Details
-
reindexProjectInBackground
void reindexProjectInBackground(com.atlassian.jira.project.Project project) Reindex a project in background- Parameters:
project
- the project to be reindexed
-
reindexAllProjectsInBackground
void reindexAllProjectsInBackground()Reindex all projects in background
-