com.atlassian.jira.rest.v2.index
Class TaskDescriptorHelper

java.lang.Object
  extended by 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

Constructor Summary
TaskDescriptorHelper(TaskManager taskManager)
           
 
Method Summary
 TaskDescriptor<IndexCommandResult> getActiveIndexTask()
           
 TaskDescriptor<IndexCommandResult> getIndexTask(long taskId)
           
 TaskDescriptor<IndexCommandResult> getLastindexTask()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskDescriptorHelper

public TaskDescriptorHelper(TaskManager taskManager)
Method Detail

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.