Modifier and Type | Method and Description |
---|---|
static LongTaskStatus |
LongTaskFactory.buildStatus(LongTaskId id,
com.atlassian.core.task.longrunning.LongRunningTask task) |
LongTaskSubmission |
LongTaskFactory.buildSubmission(LongTaskId taskId)
Used to build submission objects for tasks that have no result.
|
LongTaskSubmission |
LongTaskFactory.buildSubmission(LongTaskId id,
Navigation.Builder resultBuilder) |
com.atlassian.fugue.Option<LongTaskStatus> |
LongTaskServiceImpl.get(LongTaskId id,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
static LongTaskId |
LongTaskId.deserialise(String id) |
LongTaskId |
LongTaskSubmission.getId() |
LongTaskId |
LongTaskStatus.getId() |
Modifier and Type | Method and Description |
---|---|
static LongTaskStatus.LongTaskBuilder |
LongTaskStatus.builder(LongTaskId id) |
LongTaskSubmission.LongTaskSubmissionBuilder |
LongTaskSubmission.LongTaskSubmissionBuilder.id(LongTaskId id) |
LongTaskStatus.LongTaskBuilder |
LongTaskStatus.LongTaskBuilder.id(LongTaskId id) |
Modifier and Type | Method and Description |
---|---|
Navigation.LongTaskNav |
Navigation.longTask(LongTaskId id) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<LongTaskStatus> |
LongTaskService.get(LongTaskId id,
Expansion... expansions)
Returns the status of a long-running task.
|
Modifier and Type | Method and Description |
---|---|
Navigation.LongTaskNav |
RestNavigationImpl.longTask(LongTaskId id) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<LongTaskStatus>> |
RemoteLongTaskService.get(LongTaskId id,
Expansion... expansions)
Returns the status of a long-running task.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<LongTaskStatus>> |
RemoteLongTaskServiceImpl.get(LongTaskId id,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
LongTaskId |
LongRunningTaskId.asLongTaskId() |
Modifier and Type | Method and Description |
---|---|
static LongRunningTaskId |
LongRunningTaskId.from(LongTaskId id) |
Copyright © 2003–2018 Atlassian. All rights reserved.