@PublicApi public final class EventNotifications extends Object
Notification
s which are configured for a given event.Constructor and Description |
---|
EventNotifications(EventType eventType,
Iterable<Notification> notifications) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
EventType |
getEventType() |
Iterable<Notification> |
getNotifications() |
int |
hashCode() |
String |
toString() |
public EventNotifications(EventType eventType, Iterable<Notification> notifications)
public EventType getEventType()
public Iterable<Notification> getNotifications()
Copyright © 2002-2019 Atlassian. All Rights Reserved.