Class JiraAutomationExecutionService
java.lang.Object
com.codebarrel.jira.plugin.automation.service.execution.JiraAutomationExecutionService
-
Constructor Summary
ConstructorsConstructorDescriptionJiraAutomationExecutionService(AutomationConfigService configService, AutomationQueue automationQueue, SingleRuleExecutorService singleRuleExecutorService, ThreadLocalExecutor threadLocalExecutor, DelayedExecutionCheck delayedExecutionCheck, RuleTracker ruleTracker) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessEventWithRule(TenantContext context, AutomationEvent event, com.codebarrel.automation.api.config.RuleConfigBean origRule) voidprocessEventWithRuleSynchronously(TenantContext context, AutomationEvent event, com.codebarrel.automation.api.config.RuleConfigBean origRule)
-
Constructor Details
-
JiraAutomationExecutionService
@Inject public JiraAutomationExecutionService(AutomationConfigService configService, AutomationQueue automationQueue, SingleRuleExecutorService singleRuleExecutorService, ThreadLocalExecutor threadLocalExecutor, DelayedExecutionCheck delayedExecutionCheck, RuleTracker ruleTracker)
-
-
Method Details
-
processEventWithRule
public void processEventWithRule(TenantContext context, AutomationEvent event, com.codebarrel.automation.api.config.RuleConfigBean origRule) -
processEventWithRuleSynchronously
public void processEventWithRuleSynchronously(TenantContext context, AutomationEvent event, com.codebarrel.automation.api.config.RuleConfigBean origRule)
-