Class FileHashStep.ExecutionImpl
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<String>
org.jenkinsci.plugins.pipeline.utility.steps.fs.FileHashStep.ExecutionImpl
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- FileHashStep
public static class FileHashStep.ExecutionImpl
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<String>
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedExecutionImpl(FileHashStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) 
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecutionblocksRestart, getStatus, onResume, start, stopMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecutionacceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded
- 
Constructor Details- 
ExecutionImplprotected ExecutionImpl(@NonNull FileHashStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context) 
 
- 
- 
Method Details