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,- ControllerToAgentFileCallable<Map<String,,- String>> - 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:
- 
Constructor SummaryConstructorsConstructorDescriptionUnZipFileCallable(TaskListener listener, String glob, boolean read, String charset, boolean quiet) 
- 
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- 
UnZipFileCallablepublic UnZipFileCallable(TaskListener listener, String glob, boolean read, String charset, boolean quiet) 
 
- 
- 
Method Details- 
invokepublic Map<String,String> invoke(File zipFile, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException - Throws:
- IOException
- InterruptedException
 
 
-