Class HipChatNotificationActionConfig
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.action.hipchat.HipChatNotificationActionConfig
- All Implemented Interfaces:
SecretContainingConfig
-
Constructor Summary
ConstructorsConstructorDescriptionHipChatNotificationActionConfig
(MandatorySecretField webhookUrl, String body, HipChatMessageFormat messageFormat, HipChatColor color, boolean notify) -
Method Summary
-
Constructor Details
-
HipChatNotificationActionConfig
public HipChatNotificationActionConfig() -
HipChatNotificationActionConfig
public HipChatNotificationActionConfig(MandatorySecretField webhookUrl, String body, HipChatMessageFormat messageFormat, HipChatColor color, boolean notify)
-
-
Method Details
-
getWebhookUrl
-
getBody
-
getMessageFormat
-
getColor
-
isNotify
public boolean isNotify() -
toString
-
getUsedSecretsKeys
- Specified by:
getUsedSecretsKeys
in interfaceSecretContainingConfig
- Returns:
- secret keys used in the rule config
-