Class LookupIssuesActionFactory
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.common.customsmartvalue.CustomSmartValueFactory
com.codebarrel.automation.rulecomponent.jira.action.lookupissues.LookupIssuesActionFactory
- All Implemented Interfaces:
RuleComponent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLookupIssuesActionFactory
(CustomSmartValueExecutor executor, CustomSmartValueValidator validator) -
Method Summary
Methods inherited from class com.codebarrel.automation.rulecomponent.jira.common.customsmartvalue.CustomSmartValueFactory
getConfigType, getExecutor, getValidator
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, getConfigTransformer, getConfigType, getCustomContextProvider, getExecutor, getOptimiser, getValidator
-
Field Details
-
LOOKUP_ISSUES
- See Also:
-
-
Constructor Details
-
LookupIssuesActionFactory
@Inject public LookupIssuesActionFactory(CustomSmartValueExecutor executor, CustomSmartValueValidator validator)
-
-
Method Details
-
getNameKey
- Specified by:
getNameKey
in interfaceRuleComponent
- Returns:
- an i18nizable key to print this component in the audit log
-