org.jvnet.hudson.test
Class ClosureExecuterAction

java.lang.Object
  extended by 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.executeOnServer(Callable).

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
ClosureExecuterAction()
           
 
Method Summary
 void add(java.util.UUID uuid, java.lang.Runnable r)
           
 void doIndex(org.kohsuke.stapler.StaplerResponse rsp, java.lang.String uuid)
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClosureExecuterAction

public ClosureExecuterAction()
Method Detail

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.