hudson.plugins.view.dashboard.stats
Class StatJobs
java.lang.Object
hudson.plugins.view.dashboard.DashboardPortlet
hudson.plugins.view.dashboard.stats.StatJobs
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<DashboardPortlet>, hudson.model.ModelObject
public class StatJobs
- extends DashboardPortlet
Job statistics - number of jobs with given health 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 |
StatJobs
@DataBoundConstructor
public StatJobs(String name)
getJobStat
public Map<StatJobs.HealthStatus,Integer> getJobStat(List<hudson.model.TopLevelItem> jobs)
- Project statistics - number of projects with given health status
Copyright © 2004-2011. All Rights Reserved.