public class HipChatRecipient extends NotificationRecipient<HipChatRecipient,HipChatRecipientProperties>
Constructor and Description |
---|
HipChatRecipient() |
Modifier and Type | Method and Description |
---|---|
HipChatRecipient |
apiToken(String apiToken)
Specifies api token of the Hipchat account.
|
protected HipChatRecipientProperties |
build() |
HipChatRecipient |
notifyUsers(boolean notifyUsers)
Specifies if Hipchat should notify its users when new notification appears in the Hipchat room.
|
HipChatRecipient |
room(String room)
Specifies room to send notifications to.
|
public HipChatRecipient apiToken(@NotNull String apiToken)
public HipChatRecipient room(@NotNull String room)
public HipChatRecipient notifyUsers(boolean notifyUsers)
@NotNull protected HipChatRecipientProperties build()
build
in class NotificationRecipient<HipChatRecipient,HipChatRecipientProperties>
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.