Class 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.Step
    Base class for file hash steps.
    • Method Detail

      • getFile

        public String getFile()
      • getHashAlgorithm

        public String getHashAlgorithm()
      • start

        public org.jenkinsci.plugins.workflow.steps.StepExecution start​(org.jenkinsci.plugins.workflow.steps.StepContext context)
                                                                 throws Exception
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.Step
        Throws:
        Exception