hudson.plugins.view.dashboard.stats
Class StatBuilds
java.lang.Object
hudson.plugins.view.dashboard.DashboardPortlet
hudson.plugins.view.dashboard.stats.StatBuilds
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<DashboardPortlet>, hudson.model.ModelObject
public class StatBuilds
- extends DashboardPortlet
Build statistics - number of builds with given build status
- Author:
- Vojtech Juranek
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatBuilds
@DataBoundConstructor
public StatBuilds(String name)
getBuildStat
public Map<hudson.model.BallColor,Integer> getBuildStat(List<hudson.model.TopLevelItem> jobs)
Copyright © 2004-2011. All Rights Reserved.