Class LongTaskSubmission
- java.lang.Object
-
- com.atlassian.confluence.api.model.longtasks.LongTaskSubmission
-
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLongTaskSubmission.LongTaskSubmissionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LongTaskSubmission.LongTaskSubmissionBuilderbuilder()LongTaskIdgetId()StringgetLink(String key)StringgetResultPath()StringgetStatusPath()
-
-
-
Method Detail
-
builder
public static LongTaskSubmission.LongTaskSubmissionBuilder builder()
-
getId
public LongTaskId getId()
-
getResultPath
public String getResultPath()
-
getStatusPath
public String getStatusPath()
-
-