Uses of Class
com.atlassian.bamboo.specs.builders.notification.HipChatRecipient
-
Packages that use HipChatRecipient Package Description com.atlassian.bamboo.specs.builders.notification Bamboo notifications support. -
-
Uses of HipChatRecipient in com.atlassian.bamboo.specs.builders.notification
Methods in com.atlassian.bamboo.specs.builders.notification that return HipChatRecipient Modifier and Type Method Description HipChatRecipientHipChatRecipient. apiToken(@NotNull java.lang.String apiToken)Specifies api token of the Hipchat account.HipChatRecipientHipChatRecipient. notifyUsers(boolean notifyUsers)Specifies if Hipchat should notify its users when new notification appears in the Hipchat room.HipChatRecipientHipChatRecipient. room(@NotNull java.lang.String room)Specifies room to send notifications to.
-