Package hudson.model

Class ComputerPanelBox

    • 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.