Class ProfieldsValueUpdateEvent
java.lang.Object
com.deiser.jira.profields.api.event.model.ProfieldsEvent
com.deiser.jira.profields.api.event.model.ValueUpdateEvent
com.deiser.jira.profields.api.event.model.ProfieldsValueUpdateEvent
-
Constructor Summary
ConstructorDescriptionProfieldsValueUpdateEvent
(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.project.Project project, Field field, Object oldValue, Object newValue) -
Method Summary
Methods inherited from class com.deiser.jira.profields.api.event.model.ValueUpdateEvent
getField, getNewValue, getOldValue, setField, setNewValue, setOldValue
Methods inherited from class com.deiser.jira.profields.api.event.model.ProfieldsEvent
getProject, getUser, setProject, setUser
-
Constructor Details
-
ProfieldsValueUpdateEvent
public ProfieldsValueUpdateEvent() -
ProfieldsValueUpdateEvent
-