Uses of Class
org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileCallable
Packages that use AbstractFileCallable
Package
Description
-
Uses of AbstractFileCallable in org.jenkinsci.plugins.pipeline.utility.steps
Methods in org.jenkinsci.plugins.pipeline.utility.steps with parameters of type AbstractFileCallableModifier and TypeMethodDescriptionprotected void
CompressStepExecution.setCallable
(AbstractFileCallable callable) protected void
DecompressStepExecution.setCallable
(AbstractFileCallable<? extends Object> callable) -
Uses of AbstractFileCallable in org.jenkinsci.plugins.pipeline.utility.steps.tar
Subclasses of AbstractFileCallable in org.jenkinsci.plugins.pipeline.utility.steps.tarModifier and TypeClassDescriptionstatic class
Performs the untar on the slave where the tar file is located. -
Uses of AbstractFileCallable in org.jenkinsci.plugins.pipeline.utility.steps.zip
Subclasses of AbstractFileCallable in org.jenkinsci.plugins.pipeline.utility.steps.zipModifier and TypeClassDescriptionstatic class
Performs the unzip on the slave where the zip file is located.