public abstract static class FilePath.FileCallableWrapperFactory extends Object implements ExtensionPoint
The wrap(hudson.remoting.DelegatingCallable)
method itself will be executed on master
(and may collect contextual data if needed) and the returned wrapper will be executed on remote.
FilePath.AbstractInterceptorCallableWrapper
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
FileCallableWrapperFactory() |
Modifier and Type | Method and Description |
---|---|
abstract <T> hudson.remoting.DelegatingCallable<T,IOException> |
wrap(hudson.remoting.DelegatingCallable<T,IOException> callable) |
public abstract <T> hudson.remoting.DelegatingCallable<T,IOException> wrap(hudson.remoting.DelegatingCallable<T,IOException> callable)
Copyright © 2004–2021. All rights reserved.