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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LongTaskSubmission.LongTaskSubmissionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LongTaskSubmission.LongTaskSubmissionBuilder
builder()
LongTaskId
getId()
String
getLink(String key)
String
getResultPath()
String
getStatusPath()
-
-
-
Method Detail
-
builder
public static LongTaskSubmission.LongTaskSubmissionBuilder builder()
-
getId
public LongTaskId getId()
-
getResultPath
public String getResultPath()
-
getStatusPath
public String getStatusPath()
-
-