Class BulkEditTaskContext
java.lang.Object
com.atlassian.jira.bulkedit.operation.BulkEditTaskContext
- All Implemented Interfaces:
TaskContext,Serializable
Context for bulk edit operations. There can be only one such operation
per user per operation type at any given time.
- Since:
- v6.3.6
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BulkEditTaskContext
-
-
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.- Specified by:
buildProgressURLin interfaceTaskContext- 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.
-
hashCode
public int hashCode() -
equals
-
toString
-