Uses of Class
hudson.model.ComputerSet
-
Packages that use ComputerSet Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.slaves Code related to agents.jenkins.model -
-
Uses of ComputerSet in hudson.model
Methods in hudson.model that return types with arguments of type ComputerSet Modifier and Type Method Description Descriptor<ComputerSet>
ComputerSet. getDescriptor()
-
Uses of ComputerSet in hudson.slaves
Methods in hudson.slaves with parameters of type ComputerSet Modifier and Type Method Description void
NodeDescriptor. handleNewNodePage(ComputerSet computerSet, String name, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
Handles the form submission from the "/computer/new" page, which is the first form for creating a new node. -
Uses of ComputerSet in jenkins.model
Methods in jenkins.model that return ComputerSet Modifier and Type Method Description ComputerSet
Jenkins. getComputer()
Deprecated.UI method.
-