public class IntegrityCheckerTaskContext extends Object implements TaskContext, Serializable
Constructor and Description |
---|
IntegrityCheckerTaskContext(String username,
String operationName) |
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".
|
boolean |
equals(Object o) |
String |
getOperationName() |
String |
getUsername() |
int |
hashCode() |
String |
toString() |
public String buildProgressURL(Long taskId)
TaskContext
buildProgressURL
in interface TaskContext
taskId
- - the id of the task. Since this is not known until task submission, this call back is informed of it once created.public String getUsername()
public String getOperationName()
Copyright © 2002-2024 Atlassian. All Rights Reserved.