public abstract class ComputerPanelBox extends Object implements ExtensionPoint
Computer.getComputerPanelBoxs()
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
ComputerPanelBox() |
Modifier and Type | Method and Description |
---|---|
static List<ComputerPanelBox> |
all(Computer computer)
Create boxes for the given computer in its page.
|
Computer |
getComputer() |
void |
setComputer(Computer computer) |
public void setComputer(Computer computer)
public Computer getComputer()
public static List<ComputerPanelBox> all(Computer computer)
computer
- The computer for which displays the boxes. Never null.ComputerPanelBox
s.Copyright © 2004–2021. All rights reserved.