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
Performs the untar on the slave where the tar file is located.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnTarFileCallable(TaskListener listener, String glob, boolean quiet, boolean keepPermissions) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileCallable
getDestination, isAllowExtractionOutsideDestination, isDescendantOfDestination, setAllowExtractionOutsideDestination, setDestinationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jenkins.agents.ControllerToAgentFileCallable
checkRoles
-
Constructor Details
-
UnTarFileCallable
public UnTarFileCallable(TaskListener listener, String glob, boolean quiet, boolean keepPermissions)
-
-
Method Details
-
invoke
public Void invoke(File tarFile, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-