com.atlassian.confluence.api.model.longtasks
Class LongTaskSubmission
java.lang.Object
com.atlassian.confluence.api.model.longtasks.LongTaskSubmission
@ExperimentalApi
public class LongTaskSubmission
- extends Object
A pointer to a long-running task, the result of submitting a task for processing.
Contains links for the status of the task, and optionally the final result of the task if it produces one.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
builder
public static LongTaskSubmission.LongTaskSubmissionBuilder builder()
getId
public LongTaskId getId()
getResultPath
public String getResultPath()
getStatusPath
public String getStatusPath()
getLink
public String getLink(String key)
Copyright © 2003–2015 Atlassian. All rights reserved.