Class EmailRecipient
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
-
- com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient<EmailRecipient,EmailRecipientProperties>
-
- com.atlassian.bamboo.specs.builders.notification.EmailRecipient
-
public class EmailRecipient extends NotificationRecipient<EmailRecipient,EmailRecipientProperties>
Represents email address Bamboo can send notifications to.
-
-
Constructor Summary
Constructors Constructor Description EmailRecipient(java.lang.String email)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull EmailRecipientPropertiesbuild()
-
-
-
Method Detail
-
build
@NotNull protected @NotNull EmailRecipientProperties build()
- Specified by:
buildin classNotificationRecipient<EmailRecipient,EmailRecipientProperties>
-
-