Class SlackNotificationActionFactory
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.action.slack.SlackNotificationActionFactory
- All Implemented Interfaces:
RuleComponent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe type class of the configuration type.The worker for an automation rule.Helper used to validate inputs when configuring a rule component via the UI.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.codebarrel.automation.api.component.RuleComponent
createBulkValidator, getCustomContextProvider, getOptimiser
-
Field Details
-
SLACK_NOTIFICATION_ACTION
- See Also:
-
-
Constructor Details
-
SlackNotificationActionFactory
@Inject public SlackNotificationActionFactory(com.google.inject.Injector injector)
-
-
Method Details
-
getExecutor
Description copied from interface:RuleComponent
The worker for an automation rule. Actually performs the operation intended by this rule component.- Specified by:
getExecutor
in interfaceRuleComponent
-
getValidator
Description copied from interface:RuleComponent
Helper used to validate inputs when configuring a rule component via the UI.- Specified by:
getValidator
in interfaceRuleComponent
-
getConfigType
Description copied from interface:RuleComponent
The type class of the configuration type. This aids serialization and deserialization to allow us to use reach configuration types.- Specified by:
getConfigType
in interfaceRuleComponent
-
getNameKey
- Specified by:
getNameKey
in interfaceRuleComponent
- Returns:
- an i18nizable key to print this component in the audit log
-
getConfigTransformer
- Specified by:
getConfigTransformer
in interfaceRuleComponent
-