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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExecutionImpl(FileHashStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-
-
-
Constructor Detail
-
ExecutionImpl
protected ExecutionImpl(@NonNull FileHashStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-