hudson.maven
Class MavenBuildProxy.Filter.AsyncInvoker
java.lang.Object
hudson.maven.MavenBuildProxy.Filter.AsyncInvoker
- All Implemented Interfaces:
- hudson.remoting.Callable<Object,Throwable>, hudson.remoting.DelegatingCallable<Object,Throwable>, Serializable
- Enclosing class:
- MavenBuildProxy.Filter<CORE extends MavenBuildProxy>
protected static final class MavenBuildProxy.Filter.AsyncInvoker
- extends Object
- implements hudson.remoting.DelegatingCallable<Object,Throwable>
Callable
for invoking MavenBuildProxy.BuildCallable
asynchronously.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenBuildProxy.Filter.AsyncInvoker
public MavenBuildProxy.Filter.AsyncInvoker(MavenBuildProxy proxy,
MavenBuildProxy.BuildCallable<?,?> program)
getClassLoader
public ClassLoader getClassLoader()
- Specified by:
getClassLoader
in interface hudson.remoting.DelegatingCallable<Object,Throwable>
call
public Object call()
throws Throwable
- Specified by:
call
in interface hudson.remoting.Callable<Object,Throwable>
- Throws:
Throwable
Copyright © 2004-2013. All Rights Reserved.