hudson.node_monitors
Class ArchitectureMonitor

java.lang.Object
  extended by hudson.node_monitors.NodeMonitor
      extended by hudson.node_monitors.ArchitectureMonitor
All Implemented Interfaces:
ExtensionPoint, Describable<NodeMonitor>

public class ArchitectureMonitor
extends NodeMonitor

Discovers the architecture of the system to display in the slave list page.

Author:
Kohsuke Kawaguchi

Nested Class Summary
static class ArchitectureMonitor.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.node_monitors.NodeMonitor
LIST
 
Constructor Summary
ArchitectureMonitor()
           
 
Method Summary
 
Methods inherited from class hudson.node_monitors.NodeMonitor
all, data, getAll, getColumnCaption, getDescriptor, isIgnored, setIgnored, triggerUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchitectureMonitor

public ArchitectureMonitor()


Copyright © 2004-2013. All Rights Reserved.