com.atlassian.jira.rest.v2.index
Class TaskDescriptorHelper
java.lang.Object
com.atlassian.jira.rest.v2.index.TaskDescriptorHelper
public class TaskDescriptorHelper
- extends Object
Helper methods to determine the current/last indexing Task
- Since:
- v6.1.4
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskDescriptorHelper
public TaskDescriptorHelper(TaskManager taskManager)
getActiveIndexTask
@Nullable
public TaskDescriptor<IndexCommandResult> getActiveIndexTask()
getLastindexTask
@Nullable
public TaskDescriptor<IndexCommandResult> getLastindexTask()
getIndexTask
@Nullable
public TaskDescriptor<IndexCommandResult> getIndexTask(long taskId)
Copyright © 2002-2014 Atlassian. All Rights Reserved.