Class ProfieldsFieldUpdatedEvent

java.lang.Object
com.deiser.jira.profields.api.event.model.ProfieldsEvent
com.deiser.jira.profields.api.event.model.ProfieldsFieldUpdatedEvent

@AsynchronousPreferred public class ProfieldsFieldUpdatedEvent extends ProfieldsEvent
  • Constructor Details

    • ProfieldsFieldUpdatedEvent

      public ProfieldsFieldUpdatedEvent(com.atlassian.jira.user.ApplicationUser user, Field oldField, Field newField)
  • Method Details

    • getUser

      public com.atlassian.jira.user.ApplicationUser getUser()
      Overrides:
      getUser in class ProfieldsEvent
    • getOldField

      public Field getOldField()
    • getNewField

      public Field getNewField()