Class BasicNotificationsRecipients
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.yaml.properties.common.recipients.BasicNotificationsRecipients
-
- All Implemented Interfaces:
NotificationRecipients
@Immutable public class BasicNotificationsRecipients extends Object implements NotificationRecipients
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.bamboo.configuration.external.yaml.properties.common.recipients.NotificationRecipients
NotificationRecipients.NotificationRecipientType
-
-
Constructor Summary
Constructors Constructor Description BasicNotificationsRecipients(NotificationRecipients.NotificationRecipientType recipientType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
NotificationRecipients.NotificationRecipientType
getRecipientType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
BasicNotificationsRecipients
public BasicNotificationsRecipients(NotificationRecipients.NotificationRecipientType recipientType)
-
-
Method Detail
-
getRecipientType
public NotificationRecipients.NotificationRecipientType getRecipientType()
-
-