Interface HybridActionExecutor
- All Superinterfaces:
ActionExecutor<JiraComponentInputs>,ComponentExecutor<JiraComponentInputs>,JiraComponentExecutor
- All Known Subinterfaces:
BaseVersionActionExecutor
- All Known Implementing Classes:
AddCustomerActionExecutor,CreateIssueActionExecutor,CreateServiceDeskRequestActionExecutor,CreateVersionActionExecutor,MicrosoftTeamsNotificationActionExecutor,OutgoingEmailActionExecutor,OutgoingWebhookActionExecutor,PluggableComponentExecutor,ReleaseVersionActionExecutor,UnreleaseVersionActionExecutor
public interface HybridActionExecutor
extends ActionExecutor<JiraComponentInputs>, JiraComponentExecutor
A
ActionExecutor that can handle both issue-less context and do issue specific actions.-
Method Summary
Modifier and TypeMethodDescriptiongetProjectIds(ComponentContext context, JiraComponentInputs inputs) Tries to find the project ids from the project context or from the issuesMethods inherited from interface com.codebarrel.automation.api.component.ComponentExecutor
execute
-
Method Details
-
getProjectIds
Tries to find the project ids from the project context or from the issues
-