Package org.jvnet.hudson.test
Class ClosureExecuterAction
- java.lang.Object
-
- org.jvnet.hudson.test.ClosureExecuterAction
-
- All Implemented Interfaces:
hudson.ExtensionPoint,hudson.model.Action,hudson.model.ModelObject,hudson.model.RootAction
@Extension public final class ClosureExecuterAction extends Object implements hudson.model.RootAction
Server-side logic that implementsHudsonTestCase.executeOnServer(java.util.concurrent.Callable).- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description ClosureExecuterAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(UUID uuid, Runnable r)voiddoIndex(org.kohsuke.stapler.StaplerResponse rsp, String uuid)StringgetDisplayName()StringgetIconFileName()StringgetUrlName()
-
-
-
Method Detail
-
doIndex
public void doIndex(org.kohsuke.stapler.StaplerResponse rsp, @QueryParameter("uuid") String uuid) throws IOException- Throws:
IOException
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfacehudson.model.Action
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfacehudson.model.Action- Specified by:
getDisplayNamein interfacehudson.model.ModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfacehudson.model.Action
-
-