Class DeleteCommentActionExecutor
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.action.deletecomment.DeleteCommentActionExecutor
- All Implemented Interfaces:
ComponentExecutor<JiraComponentInputs>,IssueRequiredActionExecutor,ActionExecutor<JiraComponentInputs>,IssueRequiredExecutor,JiraComponentExecutor
-
Field Summary
Fields inherited from interface com.codebarrel.automation.api.component.executor.IssueRequiredExecutor
LOG -
Constructor Summary
ConstructorsConstructorDescriptionDeleteCommentActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueInputSubstitutionRenderer renderer) -
Method Summary
Modifier and TypeMethodDescriptionexecuteWithIssues(ComponentContext context, List<SmartIssueBean> issueBeans, JiraComponentInputs inputs, AuditComponentChangeBuilder audit) 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.executor.IssueRequiredExecutor
execute
-
Constructor Details
-
DeleteCommentActionExecutor
@Inject public DeleteCommentActionExecutor(ClientFactory<JIRAClient> jiraClientFactory, IssueInputSubstitutionRenderer renderer)
-
-
Method Details
-
executeWithIssues
public ComponentExecutionResult executeWithIssues(ComponentContext context, List<SmartIssueBean> issueBeans, JiraComponentInputs inputs, AuditComponentChangeBuilder audit) - Specified by:
executeWithIssuesin interfaceIssueRequiredExecutor
-