Class NotificationRecipient<N extends NotificationRecipient<N,P>,P extends NotificationRecipientProperties>
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient<N,P>
- Direct Known Subclasses:
AnyNotificationRecipient
,CommittersRecipient
,EmailRecipient
,GroupRecipient
,HipChatRecipient
,ImRecipient
,ResponsibleRecipient
,UserRecipient
,WatchersRecipient
,WebhookRecipient
public abstract class NotificationRecipient<N extends NotificationRecipient<N,P>,P extends NotificationRecipientProperties>
extends EntityPropertiesBuilder<P>
Represents notification recipient.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NotificationRecipient
public NotificationRecipient()
-
-
Method Details
-
build
- Specified by:
build
in classEntityPropertiesBuilder<P extends NotificationRecipientProperties>
-