Class PipelineStepExecutor

  • All Implemented Interfaces:
    Serializable

    public class PipelineStepExecutor
    extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
    See Also:
    Serialized Form
    • Constructor Detail

      • PipelineStepExecutor

        public PipelineStepExecutor​(Function<String,​String> executor,
                                    org.jenkinsci.plugins.workflow.steps.StepContext context)
    • Method Detail

      • run

        protected Void run()
                    throws Exception
        Specified by:
        run in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
        Throws:
        Exception