Interface PipelineInputStepListener

  • All Superinterfaces:
    ExtensionPoint

    public interface PipelineInputStepListener
    extends ExtensionPoint
    Listener for input step submission event
    Author:
    Vivek Pandey
    • Method Detail

      • onStepContinue

        void onStepContinue​(org.jenkinsci.plugins.workflow.support.steps.input.InputStep inputStep,
                            org.jenkinsci.plugins.workflow.job.WorkflowRun run)
        This event is sent when an input step moves from paused to continue state. That is when an input form is submitted.
        Parameters:
        inputStep - InputStep which got executed by submitting parameters
        run - WorkflowRun associated with this input step