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
Constructors Constructor Description NotificationRecipient()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract Pbuild()
-
-
-
Method Detail
-
build
@NotNull protected abstract P build()
- Specified by:
buildin classEntityPropertiesBuilder<P extends NotificationRecipientProperties>
-
-