Class P4UnshelveStep.P4UnshelveStepExecution

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    P4UnshelveStep

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

      • P4UnshelveStepExecution

        protected P4UnshelveStepExecution​(P4UnshelveStep step,
                                          @Nonnull
                                          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