|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
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.
| 入れ子のクラスの概要 | |
|---|---|
static class |
UnstableJobsPortlet.DescriptorImpl
|
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| コンストラクタの概要 | |
|---|---|
UnstableJobsPortlet(java.lang.String name)
|
|
| メソッドの概要 | |
|---|---|
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. |
| クラス hudson.plugins.view.dashboard.DashboardPortlet から継承されたメソッド |
|---|
all, getComparator, getDashboard, getDescriptor, getDisplayName, getId, getJob, getName, getUrl |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
@DataBoundConstructor public UnstableJobsPortlet(java.lang.String name)
| メソッドの詳細 |
|---|
public java.util.Collection<hudson.model.Job> getUnstableJobs(java.util.Collection<hudson.model.Job> allJobs)
public java.util.Collection<hudson.views.ListViewColumn> getColumns()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||