Class HipChatClientImpl
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.action.hipchat.client.HipChatClientImpl
- All Implemented Interfaces:
HipChatClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsendMessage(String webhookUrl, HipChatMessageOptions options, String message) Sends a message using HipChat with the parameters provided.
-
Constructor Details
-
HipChatClientImpl
-
-
Method Details
-
sendMessage
public Optional<String> sendMessage(String webhookUrl, HipChatMessageOptions options, String message) Description copied from interface:HipChatClientSends a message using HipChat with the parameters provided.- Specified by:
sendMessagein interfaceHipChatClient- Returns:
- An optional error string
-