Class 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 Detail

      • ClosureExecuterAction

        public ClosureExecuterAction()
    • 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:
        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