public class ProjectIndexTaskContext extends Object implements IndexTask
| Constructor and Description |
|---|
ProjectIndexTaskContext(Project project,
String nodeId) |
| 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 |
getTaskInProgressMessage(I18nHelper i18n) |
int |
hashCode() |
public String getTaskInProgressMessage(I18nHelper i18n)
getTaskInProgressMessage in interface IndexTaskpublic String buildProgressURL(Long taskId)
TaskContextbuildProgressURL in interface TaskContexttaskId - - the id of the task. Since this is not known until task submission, this call back is informed of it once created.Copyright © 2002-2018 Atlassian. All Rights Reserved.