Class FileHashStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.pipeline.utility.steps.fs.FileHashStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
- Direct Known Subclasses:
FileSha1Step
,FileSha256Step
public abstract class FileHashStep extends org.jenkinsci.plugins.workflow.steps.Step
Base class for file hash steps.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileHashStep.DescriptorImpl
static class
FileHashStep.ExecutionImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description FileHashStep(String file, String hashAlgorithm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFile()
String
getHashAlgorithm()
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Constructor Detail
-
FileHashStep
public FileHashStep(String file, @NonNull String hashAlgorithm) throws Descriptor.FormException
- Throws:
Descriptor.FormException
-
-