Class PlanFailedNotificationEvent
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.yaml.properties.common.notifications.PlanFailedNotificationEvent
-
- All Implemented Interfaces:
NotificationEvent
@Immutable public class PlanFailedNotificationEvent extends Object implements NotificationEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PlanFailedNotificationEvent.Config
-
Nested classes/interfaces inherited from interface com.atlassian.bamboo.configuration.external.yaml.properties.common.notifications.NotificationEvent
NotificationEvent.NotificationEventType
-
-
Constructor Summary
Constructors Constructor Description PlanFailedNotificationEvent(int failures)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
NotificationEvent.NotificationEventType
getEventType()
int
getFailures()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getEventType
public NotificationEvent.NotificationEventType getEventType()
-
getFailures
public int getFailures()
-
-