Class FileHashStep.ExecutionImpl

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    FileHashStep

    public static class FileHashStep.ExecutionImpl
    extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<String>
    See Also:
    Serialized Form
    • Constructor Detail

      • ExecutionImpl

        protected ExecutionImpl​(@NonNull
                                FileHashStep step,
                                @NonNull
                                org.jenkinsci.plugins.workflow.steps.StepContext context)
    • Method Detail

      • run

        protected String run()
                      throws Exception
        Specified by:
        run in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<String>
        Throws:
        Exception