Package ru.slie.luna.event
Interface IssueEventPublisher
public interface IssueEventPublisher
-
Method Summary
Modifier and TypeMethodDescriptionvoidissueCreated(User user, Issue issue, boolean pushEvent, boolean sendNotify) voidissueDeleted(User user, Issue issue, boolean pushEvent, boolean sendNotify) voidissueEvent(User user, Issue issue, IssueEventType issueEventType, boolean pushEvent, boolean sendNotify) voidissueEvent(User user, Issue issue, IssueEventType issueEventType, ChangeGroup changes, Comment comment, boolean pushEvent, boolean sendNotify) voidissueUpdated(User user, Issue issue, ChangeGroup changes, Comment comment, boolean pushEvent, boolean sendNotify)
-
Method Details
-
issueCreated
-
issueUpdated
void issueUpdated(User user, Issue issue, ChangeGroup changes, Comment comment, boolean pushEvent, boolean sendNotify) -
issueDeleted
-
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)
-