|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.view.dashboard.DashboardPortlet
hudson.plugins.view.dashboard.stats.StatJobs
public class StatJobs
Job statistics - number of jobs with given health status
| Nested Class Summary | |
|---|---|
static class |
StatJobs.DescriptorImpl
|
static class |
StatJobs.HealthStatus
Heath status of the builds (use enum not class for it) |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
StatJobs(java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.util.Map<StatJobs.HealthStatus,java.lang.Integer> |
getJobStat(java.util.List<hudson.model.TopLevelItem> jobs)
Project statistics - number of projects with given health status |
| 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 |
|---|
@DataBoundConstructor public StatJobs(java.lang.String name)
| Method Detail |
|---|
public java.util.Map<StatJobs.HealthStatus,java.lang.Integer> getJobStat(java.util.List<hudson.model.TopLevelItem> jobs)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||