Package com.atlassian.jira.bc.project
Class DeleteProjectTaskContext
java.lang.Object
com.atlassian.jira.bc.project.ProjectTaskContext
com.atlassian.jira.bc.project.DeleteProjectTaskContext
- All Implemented Interfaces:
TaskContext,Serializable
Context for project disrupting operations. There can be only one such operation
per project at any given time.
- Since:
- v7.1.1
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.jira.bc.project.ProjectTaskContext
projectId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildProgressURL(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".Methods inherited from class com.atlassian.jira.bc.project.ProjectTaskContext
equals, hashCode
-
Constructor Details
-
DeleteProjectTaskContext
-
-
Method Details
-
buildProgressURL
Description copied from interface:TaskContextThis factory method is called to build a progress URL so the TaskDescriptor can allow some one to navigate to the task's "web page". The URL should start with "/" and be ready for the servlet context path to be prepended.- Parameters:
taskId- - the id of the task. Since this is not known until task submission, this call back is informed of it once created.- Returns:
- returns a context specific progress URL that a user can go to to view the progress of a task.
-