com.atlassian.confluence.api.model.longtasks
Class LongTaskSubmission

java.lang.Object
  extended by com.atlassian.confluence.api.model.longtasks.LongTaskSubmission

@ExperimentalApi
public class LongTaskSubmission
extends java.lang.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
static class LongTaskSubmission.LongTaskSubmissionBuilder
           
 
Method Summary
static LongTaskSubmission.LongTaskSubmissionBuilder builder()
           
 LongTaskId getId()
           
 java.lang.String getLink(java.lang.String key)
           
 java.lang.String getResultPath()
           
 java.lang.String getStatusPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static LongTaskSubmission.LongTaskSubmissionBuilder builder()

getId

public LongTaskId getId()

getResultPath

public java.lang.String getResultPath()

getStatusPath

public java.lang.String getStatusPath()

getLink

public java.lang.String getLink(java.lang.String key)


Copyright © 2003-2014 Atlassian. All Rights Reserved.