Modifier and Type | Method and Description |
---|---|
LongTaskSubmission |
SpaceServiceImpl.delete(Space spaceToDelete) |
Modifier and Type | Method and Description |
---|---|
LongTaskSubmission |
LongTaskFactory.buildSubmission(LongTaskId taskId)
Used to build submission objects for tasks that have no result.
|
LongTaskSubmission |
LongTaskFactory.buildSubmission(LongTaskId id,
Navigation.Builder resultBuilder) |
Modifier and Type | Method and Description |
---|---|
LongTaskSubmission |
LongTaskSubmission.LongTaskSubmissionBuilder.build() |
Modifier and Type | Method and Description |
---|---|
LongTaskSubmission |
SpaceService.delete(Space spaceToDelete)
Delete the given space.
|
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.Response |
LongTaskResource.submissionResponse(LongTaskSubmission taskSubmission)
Produce a HTTP Accept 202 response from some other resource pointing to this class's LongTaskStatus resource.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<LongTaskSubmission> |
RemoteSpaceServiceImpl.delete(Space space) |
com.atlassian.util.concurrent.Promise<LongTaskSubmission> |
RemoteSpaceService.delete(Space spaceToDelete)
Delete the given space.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<LongTaskStatus>> |
RemoteLongTaskServiceImpl.getStatus(LongTaskSubmission submission) |
Copyright © 2003–2018 Atlassian. All rights reserved.