Uses of Interface
com.atlassian.bamboo.notification.ExtendedNotification
-
-
Uses of ExtendedNotification in com.atlassian.bamboo.notification.buildcommented
Classes in com.atlassian.bamboo.notification.buildcommented that implement ExtendedNotification Modifier and Type Class Description class
CommentNotification
This class is used to generate content for Build Commented Notifications. -
Uses of ExtendedNotification in com.atlassian.bamboo.notification.buildcompleted
Classes in com.atlassian.bamboo.notification.buildcompleted that implement ExtendedNotification Modifier and Type Class Description class
AbstractCompletedNotification
class
BuildCompletedNotification
This class is used to generate content for All Completed Builds Notifications, the Failed And First Successful Notifications and First Failed Job Notifications. -
Uses of ExtendedNotification in com.atlassian.bamboo.notification.builderror
Classes in com.atlassian.bamboo.notification.builderror that implement ExtendedNotification Modifier and Type Class Description class
BuildErrorNotification
This class is used to generate content for Build Error notifications. -
Uses of ExtendedNotification in com.atlassian.bamboo.notification.buildhung
Classes in com.atlassian.bamboo.notification.buildhung that implement ExtendedNotification Modifier and Type Class Description class
BuildHungNotification
This class is used to generate content for Build Hung Notifications. -
Uses of ExtendedNotification in com.atlassian.bamboo.notification.buildmissingcapableagent
Classes in com.atlassian.bamboo.notification.buildmissingcapableagent that implement ExtendedNotification Modifier and Type Class Description class
BuildMissingCapableAgentNotification
-
Uses of ExtendedNotification in com.atlassian.bamboo.notification.buildqueuetimeout
Classes in com.atlassian.bamboo.notification.buildqueuetimeout that implement ExtendedNotification Modifier and Type Class Description class
BuildQueueTimeoutNotification
-
Uses of ExtendedNotification in com.atlassian.bamboo.notification.chain
Classes in com.atlassian.bamboo.notification.chain that implement ExtendedNotification Modifier and Type Class Description class
AfterXFailedNotification
This class is used to generate content for After X Failed Bulid notifications.class
ChainCompletedNotification
This class is used to generate content for All Completed Chains Notifications and the Failed And First Successful Notifications.class
StageCompletedNotification
This class is used to generate content for All Completed Chain Stage Notifications and the Failed And First Successful Chain Stage Notifications.
-