hudson.plugins.view.dashboard.stats
Class StatSlaves

java.lang.Object
  extended by hudson.plugins.view.dashboard.DashboardPortlet
      extended by hudson.plugins.view.dashboard.stats.StatSlaves
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<DashboardPortlet>, hudson.model.ModelObject

public class StatSlaves
extends DashboardPortlet

Author:
Lucie Votypkova

Nested Class Summary
static class StatSlaves.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
StatSlaves(java.lang.String name)
           
 
Method Summary
 int getDisconnectedSlaves()
           
 int getOfflineSlaves()
           
 int getOnlineSlaves()
           
 int getRunningJobs()
           
 int getSlaves()
           
 int getTasksInQueue()
           
 
Methods inherited from class hudson.plugins.view.dashboard.DashboardPortlet
all, getComparator, getDashboard, getDescriptor, getDisplayName, getId, getJob, getName, getUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatSlaves

@DataBoundConstructor
public StatSlaves(java.lang.String name)
Method Detail

getSlaves

@JavaScriptMethod
public int getSlaves()

getOnlineSlaves

@JavaScriptMethod
public int getOnlineSlaves()

getOfflineSlaves

@JavaScriptMethod
public int getOfflineSlaves()

getDisconnectedSlaves

@JavaScriptMethod
public int getDisconnectedSlaves()

getTasksInQueue

@JavaScriptMethod
public int getTasksInQueue()

getRunningJobs

@JavaScriptMethod
public int getRunningJobs()


Copyright © 2004-2011. All Rights Reserved.