Class FileVerifyHashStep
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.FileVerifyHashStep
- All Implemented Interfaces:
- ExtensionPoint,- Describable<org.jenkinsci.plugins.workflow.steps.Step>
- Direct Known Subclasses:
- FileVerifyMd5Step,- FileVerifySha1Step,- FileVerifySha256Step
public abstract class FileVerifyHashStep
extends org.jenkinsci.plugins.workflow.steps.Step
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepgetDescriptor
- 
Constructor Details- 
FileVerifyHashSteppublic FileVerifyHashStep(String file, String hash, @NonNull String hashAlgorithm) throws Descriptor.FormException - Throws:
- Descriptor.FormException
 
 
- 
- 
Method Details