|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttest.ClosureAdapter
public class ClosureAdapter
Takes a Closure and wraps it as a Callable.
| Constructor Summary | |
|---|---|
ClosureAdapter(groovy.lang.Closure closure)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
call()
|
java.lang.ClassLoader |
getClassLoader()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClosureAdapter(groovy.lang.Closure closure)
| Method Detail |
|---|
public java.lang.Object call()
throws java.lang.Throwable
call in interface hudson.remoting.Callablejava.lang.Throwablepublic java.lang.ClassLoader getClassLoader()
getClassLoader in interface hudson.remoting.DelegatingCallable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||