Class Notification
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.yaml.properties.common.Notification
-
@Immutable public class Notification extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Notification.Config
static class
Notification.Scope
-
Constructor Summary
Constructors Constructor Description Notification(List<NotificationEvent> notificationEvents, List<NotificationRecipients> notificationRecipients)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Notification
createDefaultNotification()
boolean
equals(Object o)
List<NotificationEvent>
getNotificationEvents()
List<NotificationRecipients>
getNotificationRecipients()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
Notification
public Notification(List<NotificationEvent> notificationEvents, List<NotificationRecipients> notificationRecipients)
-
-
Method Detail
-
createDefaultNotification
public static Notification createDefaultNotification()
-
getNotificationEvents
public List<NotificationEvent> getNotificationEvents()
-
getNotificationRecipients
public List<NotificationRecipients> getNotificationRecipients()
-
-