Class ProjectTaskContext

java.lang.Object
com.atlassian.jira.bc.project.ProjectTaskContext
All Implemented Interfaces:
TaskContext, Serializable
Direct Known Subclasses:
DeleteProjectTaskContext

public abstract class ProjectTaskContext extends Object implements TaskContext
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 Details

    • projectId

      protected final Long projectId
  • Constructor Details

    • ProjectTaskContext

      public ProjectTaskContext(Project project)
  • Method Details