Class UnZipStepExecution.UnZipFileCallable

java.lang.Object
jenkins.MasterToSlaveFileCallable<T>
org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileCallable<Map<String,String>>
org.jenkinsci.plugins.pipeline.utility.steps.zip.UnZipStepExecution.UnZipFileCallable
All Implemented Interfaces:
FilePath.FileCallable<Map<String,String>>, Serializable, ControllerToAgentFileCallable<Map<String,String>>, org.jenkinsci.remoting.RoleSensitive
Enclosing class:
UnZipStepExecution

public static class UnZipStepExecution.UnZipFileCallable extends AbstractFileCallable<Map<String,String>>
Performs the unzip on the slave where the zip file is located.
See Also: