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