Uses of Class
com.atlassian.bamboo.notification.recipients.AbstractNotificationRecipient
-
Packages that use AbstractNotificationRecipient Package Description com.atlassian.bamboo.brokenbuildtracker.notifications com.atlassian.bamboo.notification.recipients -
-
Uses of AbstractNotificationRecipient in com.atlassian.bamboo.brokenbuildtracker.notifications
Subclasses of AbstractNotificationRecipient in com.atlassian.bamboo.brokenbuildtracker.notifications Modifier and Type Class Description class
ResponsibleRecipient
-
Uses of AbstractNotificationRecipient in com.atlassian.bamboo.notification.recipients
Subclasses of AbstractNotificationRecipient in com.atlassian.bamboo.notification.recipients Modifier and Type Class Description class
CommitterRecipient
Represents a notification recipient for whoever has committed to a build Only relevant for a build completed notification related events.class
EmailRecipient
Represents a single email address notification recipientclass
GroupRecipient
Represents a group recipient.class
ImRecipient
Represents a single IM address recipientclass
UserRecipientImpl
Represents a user notification recipient.class
WatcherRecipient
Represents a watcher notification recipient.class
WebhookRecipient
-