Uses of Class
hudson.model.ComputerPanelBox
-
Packages that use ComputerPanelBox Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of ComputerPanelBox in hudson.model
Methods in hudson.model that return types with arguments of type ComputerPanelBox Modifier and Type Method Description static List<ComputerPanelBox>
ComputerPanelBox. all(Computer computer)
Create boxes for the given computer in its page.List<ComputerPanelBox>
Computer. getComputerPanelBoxs()
Returns list of all boxesComputerPanelBox
s.
-