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
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • ClosureExecuterAction

      public ClosureExecuterAction()
  • Method Details

    • add

      public void add(UUID uuid, Runnable r)
    • doIndex

      public void doIndex(org.kohsuke.stapler.StaplerResponse rsp, @QueryParameter("uuid") String uuid) throws IOException
      Throws:
      IOException
    • getIconFileName

      public String getIconFileName()
      Specified by:
      getIconFileName in interface hudson.model.Action
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface hudson.model.Action
      Specified by:
      getDisplayName in interface hudson.model.ModelObject
    • getUrlName

      public String getUrlName()
      Specified by:
      getUrlName in interface hudson.model.Action