|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.notification.AbstractNotificationEventListener<BuildCommentedEvent>
com.atlassian.bamboo.notification.buildcommented.CommentNotificationListener
public class CommentNotificationListener
| Field Summary |
|---|
| Fields inherited from class com.atlassian.bamboo.notification.AbstractNotificationEventListener |
|---|
eventClass, notificationDispatcher, notificationManager, notificationTypeFilter, planManager, systemNotificationService |
| Constructor Summary | |
|---|---|
CommentNotificationListener()
|
|
| Method Summary | |
|---|---|
void |
handleEvent(BuildCommentedEvent event,
Plan plan)
Notification event listeners must implement this method to handle incoming events. |
void |
setNotificationFactory(NotificationFactory notificationFactory)
|
void |
setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
|
| Methods inherited from class com.atlassian.bamboo.notification.AbstractNotificationEventListener |
|---|
createNotificationComponent, filterNotificationRules, getHandledEventClasses, getNotificationRules, getPlan, getSystemNotificationRules, handleEvent, setNotificationDispatcher, setNotificationManager, setPlanManager, setSystemNotificationService |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommentNotificationListener()
| Method Detail |
|---|
public void handleEvent(@NotNull
BuildCommentedEvent event,
@NotNull
Plan plan)
AbstractNotificationEventListener
handleEvent in class AbstractNotificationEventListener<BuildCommentedEvent>event - event to be handled (narrowed to effective class of event being handled)plan - plan which is related to event being handledpublic void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
public void setNotificationFactory(NotificationFactory notificationFactory)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||