Uses of Class
org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileCallable
-
Packages that use AbstractFileCallable Package Description org.jenkinsci.plugins.pipeline.utility.steps org.jenkinsci.plugins.pipeline.utility.steps.tar org.jenkinsci.plugins.pipeline.utility.steps.zip -
-
Uses of AbstractFileCallable in org.jenkinsci.plugins.pipeline.utility.steps
Methods in org.jenkinsci.plugins.pipeline.utility.steps with parameters of type AbstractFileCallable Modifier and Type Method Description protected 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.tar Modifier and Type Class Description static classUnTarStepExecution.UnTarFileCallablePerforms 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.zip Modifier and Type Class Description static classUnZipStepExecution.UnZipFileCallablePerforms the unzip on the slave where the zip file is located.
-