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 SummaryConstructorsConstructorDescriptionUnTarFileCallable(TaskListener listener, String glob, boolean quiet, boolean keepPermissions) 
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileCallablegetDestination, isAllowExtractionOutsideDestination, isDescendantOfDestination, setAllowExtractionOutsideDestination, setDestinationMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jenkins.agents.ControllerToAgentFileCallablecheckRoles
- 
Constructor Details- 
UnTarFileCallablepublic UnTarFileCallable(TaskListener listener, String glob, boolean quiet, boolean keepPermissions) 
 
- 
- 
Method Details- 
invokepublic Void invoke(File tarFile, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException - Throws:
- IOException
- InterruptedException
 
 
-