Class SlackNotificationActionConfig
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.action.slack.SlackNotificationActionConfig
- All Implemented Interfaces:
SecretContainingConfig
-
Constructor Summary
ConstructorsConstructorDescriptionSlackNotificationActionConfig(MandatorySecretField webhookUrl, String body, String channel, boolean automationSender) -
Method Summary
-
Constructor Details
-
SlackNotificationActionConfig
public SlackNotificationActionConfig() -
SlackNotificationActionConfig
public SlackNotificationActionConfig(MandatorySecretField webhookUrl, String body, String channel, boolean automationSender)
-
-
Method Details
-
getWebhookUrl
-
getBody
-
getChannel
-
isAutomationSender
public boolean isAutomationSender() -
toString
-
getUsedSecretsKeys
- Specified by:
getUsedSecretsKeysin interfaceSecretContainingConfig- Returns:
- secret keys used in the rule config
-