Class FileSha1Step
- 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
-
- org.jenkinsci.plugins.pipeline.utility.steps.fs.FileSha1Step
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class FileSha1Step extends FileHashStep
Compute the SHA1 of a file.- Author:
- Emanuele Zattin <emanuelez@gmail.com>.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileSha1Step.DescriptorImpl
-
Nested classes/interfaces inherited from class org.jenkinsci.plugins.pipeline.utility.steps.fs.FileHashStep
FileHashStep.ExecutionImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description FileSha1Step(String file)
-
Method Summary
-
Methods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.fs.FileHashStep
getFile, getHashAlgorithm, start
-
-
-
-
Constructor Detail
-
FileSha1Step
@DataBoundConstructor public FileSha1Step(String file) throws Descriptor.FormException
- Throws:
Descriptor.FormException
-
-