java.lang.Object |
↳ |
com.atlassian.jira.web.action.admin.index.ReIndexBackgroundIndexerCommand |
This class is an internal implementation detail and will change without notice.
Clients that depend on
@Internal
classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to
@Internal
elements).
Class Overview
Reindex just the issues in the background
Public Constructors
Public Methods
public
void
setTaskProgressSink
(TaskProgressSink taskProgressSink)
This is called to set in a TaskProgressSink that can be used to send task progress information to
Parameters
taskProgressSink
| a TaskProgressSink that can be used to send task progress information to
|