Class DependencyCheckStepExecutor
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
org.jenkinsci.plugins.DependencyCheck.pipeline.DependencyCheckStepExecutor
- All Implemented Interfaces:
Serializable
public class DependencyCheckStepExecutor
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
DependencyCheckStepExecutor
(DependencyCheckStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
DependencyCheckStepExecutor
protected DependencyCheckStepExecutor(@NonNull DependencyCheckStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details