Class HipChatRecipient
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient<HipChatRecipient,HipChatRecipientProperties>
com.atlassian.bamboo.specs.builders.notification.HipChatRecipient
public class HipChatRecipient
extends NotificationRecipient<HipChatRecipient,HipChatRecipientProperties>
Represents Hipchat account Bamboo can send notifications to.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies api token of the Hipchat account.protected @NotNull HipChatRecipientProperties
build()
notifyUsers
(boolean notifyUsers) Specifies if Hipchat should notify its users when new notification appears in the Hipchat room.Specifies room to send notifications to.
-
Constructor Details
-
HipChatRecipient
public HipChatRecipient()
-
-
Method Details
-
apiToken
Specifies api token of the Hipchat account. -
room
Specifies room to send notifications to. -
notifyUsers
Specifies if Hipchat should notify its users when new notification appears in the Hipchat room. -
build
- Specified by:
build
in classNotificationRecipient<HipChatRecipient,
HipChatRecipientProperties>
-