Uses of Class
hudson.cli.declarative.CLIResolver

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

Uses of CLIResolver in hudson.model
 

Methods in hudson.model with annotations of type CLIResolver
 RunT Job.getBuildForCLI(String id)
           
static Hudson Hudson.getInstance()
           
static Queue Queue.getInstance()
           
static AbstractProject AbstractProject.resolveForCLI(String name)
          Used for CLI binding.
static Computer Computer.resolveForCLI(String name)
          Used for CLI binding.
static AbstractItem AbstractItem.resolveForCLI(String name)
          Used for CLI binding.
 

Uses of CLIResolver in jenkins.model
 

Methods in jenkins.model with annotations of type CLIResolver
 Computer Jenkins.getComputer(String name)
           
static Jenkins Jenkins.getInstance()
           
 



Copyright © 2004-2013. All Rights Reserved.