Interface IssueEventPublisher


public interface IssueEventPublisher
  • Method Details

    • issueCreated

      void issueCreated(User user, Issue issue, boolean pushEvent, boolean sendNotify)
    • issueUpdated

      void issueUpdated(User user, Issue issue, ChangeGroup changes, Comment comment, boolean pushEvent, boolean sendNotify)
    • issueDeleted

      void issueDeleted(User user, Issue issue, boolean pushEvent, boolean sendNotify)
    • issueEvent

      void issueEvent(User user, Issue issue, IssueEventType issueEventType, ChangeGroup changes, Comment comment, boolean pushEvent, boolean sendNotify)
    • issueEvent

      void issueEvent(User user, Issue issue, IssueEventType issueEventType, boolean pushEvent, boolean sendNotify)