Class ComputeHashCallable

java.lang.Object
jenkins.MasterToSlaveFileCallable<String>
org.jenkinsci.plugins.pipeline.utility.steps.fs.ComputeHashCallable
All Implemented Interfaces:
FilePath.FileCallable<String>, Serializable, ControllerToAgentFileCallable<String>, org.jenkinsci.remoting.RoleSensitive

public class ComputeHashCallable extends MasterToSlaveFileCallable<String>
Computes the hash of a file on the agent.
See Also: