Class CompareVersionsStep.ExecutionImpl
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<Integer>
-
- org.jenkinsci.plugins.pipeline.utility.steps.CompareVersionsStep.ExecutionImpl
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CompareVersionsStep
public static class CompareVersionsStep.ExecutionImpl extends org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<Integer>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExecutionImpl(org.jenkinsci.plugins.workflow.steps.StepContext context, String v1, String v2, boolean failIfEmpty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Integer
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution
start, stop
-
-