Class UnTarStepExecution.UnTarFileCallable

java.lang.Object
jenkins.MasterToSlaveFileCallable<T>
org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileCallable<Void>
org.jenkinsci.plugins.pipeline.utility.steps.tar.UnTarStepExecution.UnTarFileCallable
All Implemented Interfaces:
FilePath.FileCallable<Void>, Serializable, ControllerToAgentFileCallable<Void>, org.jenkinsci.remoting.RoleSensitive
Enclosing class:
UnTarStepExecution

public static class UnTarStepExecution.UnTarFileCallable extends AbstractFileCallable<Void>
Performs the untar on the slave where the tar file is located.
See Also: