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 implements
HudsonTestCase.executeOnServer(java.util.concurrent.Callable)
.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
-
Constructor Details
-
ClosureExecuterAction
public ClosureExecuterAction()
-
-
Method Details
-
add
-
doIndex
public void doIndex(org.kohsuke.stapler.StaplerResponse2 rsp, @QueryParameter("uuid") String uuid) throws IOException - Throws:
IOException
-
getIconFileName
- Specified by:
getIconFileName
in interfacehudson.model.Action
-
getDisplayName
- Specified by:
getDisplayName
in interfacehudson.model.Action
- Specified by:
getDisplayName
in interfacehudson.model.ModelObject
-
getUrlName
- Specified by:
getUrlName
in interfacehudson.model.Action
-