|
||||||||||
| 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.core.UnstableJobsPortlet
public class UnstableJobsPortlet
Portlet display a list of unstable (or worse) jobs in a simple tabular format.
| Nested Class Summary | |
|---|---|
static class |
UnstableJobsPortlet.DescriptorImpl
|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
UnstableJobsPortlet(java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.util.Collection<hudson.views.ListViewColumn> |
getColumns()
|
java.util.Collection<hudson.model.Job> |
getUnstableJobs(java.util.Collection<hudson.model.Job> allJobs)
Given a list of all jobs, return just those that are unstable or worse. |
| 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 UnstableJobsPortlet(java.lang.String name)
| Method Detail |
|---|
public java.util.Collection<hudson.model.Job> getUnstableJobs(java.util.Collection<hudson.model.Job> allJobs)
public java.util.Collection<hudson.views.ListViewColumn> getColumns()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||