Class CompareVersionsStep.ExecutionImpl

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ExecutionImpl​(org.jenkinsci.plugins.workflow.steps.StepContext context, String v1, String v2, boolean failIfEmpty)  
    • Constructor Detail

      • ExecutionImpl

        protected ExecutionImpl​(@NonNull
                                org.jenkinsci.plugins.workflow.steps.StepContext context,
                                String v1,
                                String v2,
                                boolean failIfEmpty)
    • Method Detail

      • run

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