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.StepBase class for file hash steps.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileHashStep.DescriptorImplstatic classFileHashStep.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 StringgetFile()StringgetHashAlgorithm()org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Constructor Detail
-
FileHashStep
public FileHashStep(String file, @NonNull String hashAlgorithm) throws Descriptor.FormException
- Throws:
Descriptor.FormException
-
-