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