Class BaseVersionTriggerExecutor

java.lang.Object
com.codebarrel.automation.rulecomponent.jira.trigger.version.BaseVersionTriggerExecutor
All Implemented Interfaces:
ComponentExecutor, TriggerExecutor
Direct Known Subclasses:
VersionCreatedTriggerExecutor, VersionReleasedTriggerExecutor, VersionUnreleasedTriggerExecutor, VersionUpdatedTriggerExecutor

public abstract class BaseVersionTriggerExecutor extends Object implements TriggerExecutor
  • Constructor Details

    • BaseVersionTriggerExecutor

      public BaseVersionTriggerExecutor(SmartBeanFactory smartBeanFactory)
  • Method Details

    • execute

      Description copied from interface: ComponentExecutor
      Executes an action, give the provided context and inputs. Implementations can pick and chose what inputs they wish to handle. Implementations can choose if they want to stop execution of the component chain by returning an appropriate execution reuls. Implementations can also add additional inputs for the next component in the chain.
      Specified by:
      execute in interface ComponentExecutor
      Parameters:
      context - The context to execute this component
      inputs - Inputs needed by the component
      Returns:
      the outputs of this executor (inputs with additional stuff) and what should happen next.