Class P4TaggingStep.P4TaggingStepExecution

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    P4TaggingStep

    public static class P4TaggingStep.P4TaggingStepExecution
    extends org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<Void>
    See Also:
    Serialized Form
    • Constructor Detail

      • P4TaggingStepExecution

        protected P4TaggingStepExecution​(@Nonnull
                                         org.jenkinsci.plugins.workflow.steps.StepContext context,
                                         P4TaggingStep step)
    • Method Detail

      • run

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