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
,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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnTarFileCallable(TaskListener listener, String glob, boolean quiet, boolean keepPermissions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
invoke(File tarFile, hudson.remoting.VirtualChannel channel)
-
Methods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileCallable
getDestination, isAllowExtractionOutsideDestination, isDescendantOfDestination, setAllowExtractionOutsideDestination, setDestination
-
Methods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
-
-
-
Constructor Detail
-
UnTarFileCallable
public UnTarFileCallable(TaskListener listener, String glob, boolean quiet, boolean keepPermissions)
-
-
Method Detail
-
invoke
public Void invoke(File tarFile, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-