public class EnterpriseWorkflowTaskContext extends Object implements TaskContext
Constructor and Description |
---|
EnterpriseWorkflowTaskContext(Project triggerProject) |
EnterpriseWorkflowTaskContext(Project triggerProject,
List<Project> projects,
Long schemeId,
boolean draftMigration) |
EnterpriseWorkflowTaskContext(Project triggerProject,
Long schemeId,
boolean draftMigration) |
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) |
Long |
getSchemeId() |
Long |
getTriggerProjectId() |
int |
hashCode() |
boolean |
isDraftMigration() |
boolean |
isSafeToDelete() |
void |
markSafeToDelete() |
public EnterpriseWorkflowTaskContext(Project triggerProject)
public EnterpriseWorkflowTaskContext(Project triggerProject, Long schemeId, boolean draftMigration)
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 Long getSchemeId()
public boolean isDraftMigration()
public boolean isSafeToDelete()
public void markSafeToDelete()
public Long getTriggerProjectId()
Copyright © 2002-2019 Atlassian. All Rights Reserved.