hudson.model
Class ComputerPanelBox

java.lang.Object
  extended by hudson.model.ComputerPanelBox
All Implemented Interfaces:
ExtensionPoint

public abstract class ComputerPanelBox
extends Object
implements ExtensionPoint

Adds box rendered in the computer side panel. Add box.jelly to display box

Since:
1.434
Author:
Lucie Votypkova
See Also:
jenkins.model.Computer#getComputerPanelBoxs()

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
ComputerPanelBox()
           
 
Method Summary
static List<ComputerPanelBox> all(Computer computer)
          Create boxes for the given computer in its page.
 Computer getComputer()
           
 void setComputer(Computer computer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComputerPanelBox

public ComputerPanelBox()
Method Detail

setComputer

public void setComputer(Computer computer)

getComputer

public Computer getComputer()

all

public static List<ComputerPanelBox> all(Computer computer)
Create boxes for the given computer in its page.

Parameters:
computer - The computer for which displays the boxes. Never null.
Returns:
List of all the registered ComputerPanelBoxs.


Copyright © 2004-2013. All Rights Reserved.