Class BuildFailedAndFirstFixedNotificationType
java.lang.Object
com.atlassian.bamboo.notification.AbstractNotificationType
com.atlassian.bamboo.notification.buildcompleted.BuildFailedAndFirstFixedNotificationType
- All Implemented Interfaces:
NotificationType,BambooPluginModule,Comparable
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.bamboo.notification.NotificationType
NotificationType.Scope -
Field Summary
Fields inherited from class com.atlassian.bamboo.notification.AbstractNotificationType
notificationTypeModuleDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisNotificationRequired(@NotNull Object event) Determines whether or not a notification should be sent based on the event.voidsetPlanManager(PlanManager planManager) voidsetResultsSummaryManager(ResultsSummaryManager resultsSummaryManager) Methods inherited from class com.atlassian.bamboo.notification.AbstractNotificationType
compareTo, getConfigurationData, getDescription, getEditHtml, getKey, getModuleDescriptor, getName, getScope, getViewHtml, init, populate, setConfigurationData, validate
-
Constructor Details
-
BuildFailedAndFirstFixedNotificationType
public BuildFailedAndFirstFixedNotificationType()
-
-
Method Details
-
isNotificationRequired
Description copied from interface:NotificationTypeDetermines whether or not a notification should be sent based on the event. Can look for context specific information as well as user configuration.- Specified by:
isNotificationRequiredin interfaceNotificationType- Overrides:
isNotificationRequiredin classAbstractNotificationType- Returns:
- true or false - to send or not to send.
-
setResultsSummaryManager
-
setPlanManager
-