Class FileVerifySha256Step
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
org.jenkinsci.plugins.pipeline.utility.steps.fs.FileVerifySha256Step
- All Implemented Interfaces:
- ExtensionPoint,- Describable<org.jenkinsci.plugins.workflow.steps.Step>
Verify the SHA256 of a file.
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class org.jenkinsci.plugins.pipeline.utility.steps.fs.FileVerifyHashStepFileVerifyHashStep.ExecutionImplNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.fs.FileVerifyHashStepgetFile, getHash, getHashAlgorithm, startMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepgetDescriptor
- 
Constructor Details- 
FileVerifySha256Step@DataBoundConstructor public FileVerifySha256Step(String file, String hash) throws Descriptor.FormException - Throws:
- Descriptor.FormException
 
 
-