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 voidCompressStepExecution.setCallable(AbstractFileCallable callable) protected voidDecompressStepExecution.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 classPerforms 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 classPerforms the unzip on the slave where the zip file is located.