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.ComputerPanelBoxs.Copyright © 2019. All rights reserved.