Class XFailedChainsNotification
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
com.atlassian.bamboo.specs.api.builders.notification.NotificationType<XFailedChainsNotification,XFailedChainsNotificationProperties>
com.atlassian.bamboo.specs.builders.notification.XFailedChainsNotification
public class XFailedChainsNotification
extends NotificationType<XFailedChainsNotification,XFailedChainsNotificationProperties>
Represents a notification sent when plan consecutively fails for a specified number of times.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull XFailedChainsNotificationProperties
build()
numberOfFailures
(int numberOfFailures) Specifies how many consecutive failures should trigger the notification.
-
Constructor Details
-
XFailedChainsNotification
public XFailedChainsNotification()
-
-
Method Details
-
numberOfFailures
Specifies how many consecutive failures should trigger the notification. Defaults to 1. -
build
- Specified by:
build
in classNotificationType<XFailedChainsNotification,
XFailedChainsNotificationProperties>
-