Class BranchTriggerFactory
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.trigger.branch.BranchTriggerFactory
- All Implemented Interfaces:
RuleComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe type class of the configuration type.The worker for an automation rule.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.codebarrel.automation.api.component.RuleComponent
createBulkValidator, getConfigTransformer, getCustomContextProvider, getOptimiser, getValidator
-
Constructor Details
-
BranchTriggerFactory
-
-
Method Details
-
getExecutor
Description copied from interface:RuleComponentThe worker for an automation rule. Actually performs the operation intended by this rule component.- Specified by:
getExecutorin interfaceRuleComponent
-
getConfigType
Description copied from interface:RuleComponentThe type class of the configuration type. This aids serialization and deserialization to allow us to use reach configuration types.- Specified by:
getConfigTypein interfaceRuleComponent
-
getNameKey
- Specified by:
getNameKeyin interfaceRuleComponent- Returns:
- an i18nizable key to print this component in the audit log
-