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>
public class FileVerifySha256Step extends FileVerifyHashStep
Verify the SHA256 of a file.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileVerifySha256Step.DescriptorImpl
-
Nested classes/interfaces inherited from class org.jenkinsci.plugins.pipeline.utility.steps.fs.FileVerifyHashStep
FileVerifyHashStep.ExecutionImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description FileVerifySha256Step(String file, String hash)
-
Method Summary
-
Methods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.fs.FileVerifyHashStep
getFile, getHash, getHashAlgorithm, start
-
-
-
-
Constructor Detail
-
FileVerifySha256Step
@DataBoundConstructor public FileVerifySha256Step(String file, String hash) throws Descriptor.FormException
- Throws:
Descriptor.FormException
-
-