Package | Description |
---|---|
com.atlassian.confluence.api.impl.service.longtasks | |
com.atlassian.confluence.api.model.longtasks | |
com.atlassian.confluence.api.nav | |
com.atlassian.confluence.api.service.longtasks | |
com.atlassian.confluence.plugins.rest.navigation.impl | |
com.atlassian.confluence.rest.client |
This package contains the code which communicates with Confluence via REST API.
|
com.atlassian.confluence.rest.client.impl | |
com.atlassian.confluence.util.longrunning |
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)
Deprecated.
since 6.13.0, use {
LongTaskService.getStatus(LongTaskId, Expansion...) } |
default Optional<LongTaskStatus> |
LongTaskService.getStatus(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.
|
default com.atlassian.util.concurrent.Promise<Optional<LongTaskStatus>> |
RemoteLongTaskService.getStatus(LongTaskId id,
Expansion... expansions) |
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–2021 Atlassian. All rights reserved.