org.jvnet.hudson.test
Class ClosureExecuterAction
java.lang.Object
org.jvnet.hudson.test.ClosureExecuterAction
- All Implemented Interfaces:
- ExtensionPoint, Action, ModelObject, RootAction
@Extension
public final class ClosureExecuterAction
- extends java.lang.Object
- implements RootAction
Server-side logic that implements HudsonTestCase#onServer(Closure).
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClosureExecuterAction
public ClosureExecuterAction()
add
public void add(java.util.UUID uuid,
java.lang.Runnable r)
doIndex
public void doIndex(org.kohsuke.stapler.StaplerResponse rsp,
@QueryParameter(value="uuid")
java.lang.String uuid)
throws java.io.IOException
- Throws:
java.io.IOException
getIconFileName
public java.lang.String getIconFileName()
- Specified by:
getIconFileName in interface Action
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface Action- Specified by:
getDisplayName in interface ModelObject
getUrlName
public java.lang.String getUrlName()
- Specified by:
getUrlName in interface Action
Copyright © 2009. All Rights Reserved.