public interface TaskContext extends Serializable
This MUST implement the equals/hashCode design pattern because the TaskManager uses it to prevent multiple submissions of task with the same "context".
Modifier and Type | Method and Description |
---|---|
String |
buildProgressURL(Long taskId)
This factory method is called to build a progress URL so the TaskDescriptor can allow some one to navigate to the
task's "web page".
|
String buildProgressURL(Long taskId)
taskId
- - the id of the task. Since this is not known until task submission, this call back is informed of it once created.Copyright © 2002-2023 Atlassian. All Rights Reserved.