public class TaskDescriptorBean<V extends Serializable> extends Object
TaskDescriptor
.Modifier and Type | Class and Description |
---|---|
static class |
TaskDescriptorBean.Factory |
public TaskDescriptor getTaskDescriptor()
public String getFormattedElapsedRunTime()
public V getResult()
public boolean isStarted()
public boolean isFinished()
public Long getTaskId()
public Date getStartedTimestamp()
public String getFormattedStartedTimestamp()
public Date getFinishedTimestamp()
public String getFormattedFinishedTimestamp()
public Date getSubmittedTimestamp()
public String getFormattedSubmittedTimestamp()
public long getElapsedRunTime()
public String getUserName()
public String getDescription()
public TaskContext getTaskContext()
public boolean isCancellable()
public boolean isCancelled()
public void setCancelled(boolean cancelled)
public void setResult(V result)
public TaskProgressIndicator getTaskProgressIndicator()
public String getFormattedProgress()
public long getProgressNumber()
public long getInverseProgressNumber()
public void setExceptionCause(Throwable cause)
public Throwable getExceptionCause()
public String getFormattedExceptionCause()
public boolean isUserWhoStartedTask()
public String getProgressURL()
public String getUserURL()
public TaskProgressEvent getLastProgressEvent()
Copyright © 2002-2016 Atlassian. All Rights Reserved.