Class SandboxStepExecution<T>

    • Constructor Detail

      • SandboxStepExecution

        protected SandboxStepExecution​(@Nonnull
                                       org.jenkinsci.plugins.workflow.steps.StepContext context)
                                throws Exception
        Throws:
        Exception
    • Method Detail

      • run

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