Class HipChatRecipient


  • public class HipChatRecipient
    extends com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient<HipChatRecipient,​HipChatRecipientProperties>
    Represents Hipchat account Bamboo can send notifications to.
    • Constructor Detail

      • HipChatRecipient

        public HipChatRecipient()
    • Method Detail

      • apiToken

        public HipChatRecipient apiToken​(@NotNull
                                         @NotNull java.lang.String apiToken)
        Specifies api token of the Hipchat account.
      • room

        public HipChatRecipient room​(@NotNull
                                     @NotNull java.lang.String room)
        Specifies room to send notifications to.
      • notifyUsers

        public HipChatRecipient notifyUsers​(boolean notifyUsers)
        Specifies if Hipchat should notify its users when new notification appears in the Hipchat room.