JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
jenkins.model.Nodes
Packages that use
Nodes
Package
Description
hudson.model
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.
jenkins.model
Uses of
Nodes
in
hudson.model
Methods in
hudson.model
with parameters of type
Nodes
Modifier and Type
Method
Description
void
Node.
onLoad
(
Nodes
parent,
String
name)
Uses of
Nodes
in
jenkins.model
Methods in
jenkins.model
that return
Nodes
Modifier and Type
Method
Description
Nodes
Jenkins.
getNodesObject
()
Get the
Nodes
object that handles maintaining individual
Node
s.