Package com.atlassian.jira.event
Class ProjectUpdatedDetailedChangesEvent
java.lang.Object
com.atlassian.jira.event.AbstractEvent
com.atlassian.jira.event.ProjectUpdatedDetailedChangesEvent
- All Implemented Interfaces:
JiraEvent
@PublicApi
@ParametersAreNonnullByDefault
public class ProjectUpdatedDetailedChangesEvent
extends AbstractEvent
Event detailing which fields have changed when a project is updated
- Since:
- v7.2
-
Field Summary
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time -
Constructor Summary
ConstructorsConstructorDescriptionProjectUpdatedDetailedChangesEvent(Project oldProject, Project newProject, RequestSourceType requestSourceType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanMethods inherited from class com.atlassian.jira.event.AbstractEvent
equals, getParams, getTime, hashCode
-
Constructor Details
-
ProjectUpdatedDetailedChangesEvent
@Internal public ProjectUpdatedDetailedChangesEvent(Project oldProject, Project newProject, RequestSourceType requestSourceType)
-
-
Method Details
-
getIsProjectNameChanged
public boolean getIsProjectNameChanged() -
getIsProjectUrlChanged
public boolean getIsProjectUrlChanged() -
getIsProjectDescriptionChanged
public boolean getIsProjectDescriptionChanged() -
getIsProjectAvatarChanged
public boolean getIsProjectAvatarChanged() -
getProjectAvatarChangedTo
-
getRequestSourceType
-