Package com.atlassian.jira.event
Class ProjectUpdatedCategoryChangedEvent
java.lang.Object
com.atlassian.jira.event.AbstractEvent
com.atlassian.jira.event.ProjectUpdatedCategoryChangedEvent
- All Implemented Interfaces:
JiraEvent
@PublicApi
@ParametersAreNonnullByDefault
public class ProjectUpdatedCategoryChangedEvent
extends AbstractEvent
Event detailing when the association between a project and a category is changed.
It is fired ONLY considering a project's perspective, in which the project was updated to be associated to a different category.
NOT fired when the category is changed directly, or removed, for example.
- Since:
- v7.2
-
Field Summary
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.event.AbstractEvent
equals, getParams, getTime, hashCode
-
Constructor Details
-
ProjectUpdatedCategoryChangedEvent
-
-
Method Details
-
getRequestSourceType
-