Interface ProjectIndexService
public interface ProjectIndexService
Project index service
- 
Method SummaryModifier and TypeMethodDescriptionvoidReindex all projects in backgroundvoidreindexProjectInBackground(com.atlassian.jira.project.Project project) Reindex a project in background
- 
Method Details- 
reindexProjectInBackgroundvoid reindexProjectInBackground(com.atlassian.jira.project.Project project) Reindex a project in background- Parameters:
- project- the project to be reindexed
 
- 
reindexAllProjectsInBackgroundvoid reindexAllProjectsInBackground()Reindex all projects in background
 
-