Uses of Class
hudson.cli.declarative.CLIMethod

Packages that use CLIMethod
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
jenkins.model   
 

Uses of CLIMethod in hudson.model
 

Methods in hudson.model with annotations of type CLIMethod
 void Queue.clear()
          Wipes out all the items currently in the queue, as if all of them are cancelled at once.
 void Computer.cliConnect(boolean force)
          CLI command to reconnect this node.
 void Computer.cliDisconnect(String cause)
          CLI command to disconnects this node.
 void Computer.cliOffline(String cause)
          CLI command to mark the node offline.
 void Computer.cliOnline()
           
 org.kohsuke.stapler.HttpResponse AbstractProject.doDisable()
           
 org.kohsuke.stapler.HttpResponse Computer.doDoDelete()
          Really deletes the slave.
 void AbstractItem.doDoDelete(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Deletes this item.
 org.kohsuke.stapler.HttpResponse AbstractProject.doEnable()
           
 void Run.keepLog()
          Marks this build to keep the log.
 void Computer.waitUntilOffline()
           
 void Computer.waitUntilOnline()
          Blocks until the node becomes online/offline.
 

Uses of CLIMethod in jenkins.model
 

Methods in jenkins.model with annotations of type CLIMethod
 org.kohsuke.stapler.HttpRedirect Jenkins.doCancelQuietDown()
           
 void Jenkins.doExit(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Shutdown the system.
 org.kohsuke.stapler.HttpRedirect Jenkins.doQuietDown(boolean block, int timeout)
           
 org.kohsuke.stapler.HttpResponse Jenkins.doReload()
          Reloads the configuration.
 void Jenkins.doRestart(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Perform a restart of Hudson, if we can.
 org.kohsuke.stapler.HttpResponse Jenkins.doSafeExit(org.kohsuke.stapler.StaplerRequest req)
          Shutdown the system safely.
 org.kohsuke.stapler.HttpResponse Jenkins.doSafeRestart(org.kohsuke.stapler.StaplerRequest req)
          Queues up a restart of Hudson for when there are no builds running, if we can.
 



Copyright © 2004-2013. All Rights Reserved.