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