|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LongTaskService
Manages LongTaskStatuss.
| Method Summary | |
|---|---|
com.atlassian.fugue.Option<LongTaskStatus> |
get(LongTaskId id,
Expansion... expansions)
Returns the status of a long-running task. |
PageResponse<LongTaskStatus> |
getAll(PageRequest request,
Expansion... expansions)
Returns the status of all tracked long-running tasks visible to the user. |
| Method Detail |
|---|
com.atlassian.fugue.Option<LongTaskStatus> get(LongTaskId id,
Expansion... expansions)
id - the identifier of the task to returnexpansions - additional information about the task returned
PageResponse<LongTaskStatus> getAll(PageRequest request,
Expansion... expansions)
request - defines the page of tasks to be returnedexpansions - additional information about the tasks returned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||