hudson.plugins.view.dashboard.stats
Class StatSlaves
java.lang.Object
hudson.plugins.view.dashboard.DashboardPortlet
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Constructor Summary |
StatSlaves(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatSlaves
@DataBoundConstructor
public StatSlaves(java.lang.String name)
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.