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
,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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnZipFileCallable(TaskListener listener, String glob, boolean read, String charset, boolean quiet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
invoke(File zipFile, 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
-
UnZipFileCallable
public UnZipFileCallable(TaskListener listener, String glob, boolean read, String charset, boolean quiet)
-
-
Method Detail
-
invoke
public Map<String,String> invoke(File zipFile, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-