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