|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.model.AbstractModelObject
hudson.model.View
hudson.model.ListView
hudson.plugins.view.dashboard.Dashboard
public class Dashboard
View that can be customized with portlets to show the selected jobs information in various ways.
| 入れ子のクラスの概要 | |
|---|---|
static class |
Dashboard.DescriptorImpl
|
| クラス hudson.model.View から継承された入れ子のクラス/インタフェース |
|---|
hudson.model.View.People, hudson.model.View.UserInfo |
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| フィールドの概要 |
|---|
| クラス hudson.model.View から継承されたフィールド |
|---|
CONFIGURE, CREATE, DELETE, description, filterExecutors, filterQueue, LIST, name, owner, PERMISSIONS, SORTER, transientActions |
| インタフェース hudson.model.Saveable から継承されたフィールド |
|---|
NOOP |
| コンストラクタの概要 | |
|---|---|
Dashboard(java.lang.String name)
|
|
| メソッドの概要 | |
|---|---|
java.util.List<DashboardPortlet> |
getBottomPortlets()
|
hudson.DescriptorExtensionList<DashboardPortlet,hudson.model.Descriptor<DashboardPortlet>> |
getDashboardPortletDescriptors()
|
java.util.List<hudson.model.Job> |
getJobs()
|
java.util.List<DashboardPortlet> |
getLeftPortlets()
|
java.lang.String |
getLeftPortletWidth()
|
DashboardPortlet |
getPortlet(java.lang.String name)
|
java.util.List<DashboardPortlet> |
getRightPortlets()
|
java.lang.String |
getRightPortletWidth()
|
java.util.List<DashboardPortlet> |
getTopPortlets()
|
boolean |
HasItem(hudson.model.TopLevelItem item)
|
boolean |
isIncludeStdJobList()
|
boolean |
isUseCssStyle()
|
void |
rename(java.lang.String newName)
|
protected void |
submit(org.kohsuke.stapler.StaplerRequest req)
|
| クラス hudson.model.ListView から継承されたメソッド |
|---|
add, contains, doCreateItem, getColumns, getDefaultColumns, getIncludeRegex, getItems, getJobFilters, getStatusFilter, hasJobFilterExtensions, initColumns, initJobFilters, onJobRenamed, save |
| クラス hudson.model.View から継承されたメソッド |
|---|
all, checkPermission, create, doConfigSubmit, doDoDelete, doRssAll, doRssFailed, doRssLatest, doSubmitDescription, getAbsoluteUrl, getACL, getActions, getApi, getBuilds, getComputers, getDescription, getDescriptor, getDisplayName, getDynamic, getItem, getItemCreatePermission, getJob, getOwner, getPeople, getPostConstructLandingPage, getQueueItems, getSearchUrl, getTimeline, getUrl, getViewName, getViewUrl, getWidgets, hasPeople, hasPermission, isDefault, isEditable, isFilterExecutors, isFilterQueue, makeSearchIndex |
| クラス hudson.model.AbstractModelObject から継承されたメソッド |
|---|
getSearch, getSearchIndex, getSearchName, requirePOST, sendError, sendError, sendError, sendError, sendError |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
@DataBoundConstructor public Dashboard(java.lang.String name)
| メソッドの詳細 |
|---|
public boolean isUseCssStyle()
public boolean isIncludeStdJobList()
public java.util.List<DashboardPortlet> getLeftPortlets()
public java.util.List<DashboardPortlet> getRightPortlets()
public java.util.List<DashboardPortlet> getTopPortlets()
public java.util.List<DashboardPortlet> getBottomPortlets()
public java.lang.String getLeftPortletWidth()
public java.lang.String getRightPortletWidth()
public DashboardPortlet getPortlet(java.lang.String name)
public hudson.DescriptorExtensionList<DashboardPortlet,hudson.model.Descriptor<DashboardPortlet>> getDashboardPortletDescriptors()
public boolean HasItem(hudson.model.TopLevelItem item)
public java.util.List<hudson.model.Job> getJobs()
protected void submit(org.kohsuke.stapler.StaplerRequest req)
throws java.io.IOException,
javax.servlet.ServletException,
hudson.model.Descriptor.FormException
hudson.model.ListView 内の submitjava.io.IOException
javax.servlet.ServletException
hudson.model.Descriptor.FormException
public void rename(java.lang.String newName)
throws hudson.model.Descriptor.FormException
hudson.model.View 内の renamehudson.model.Descriptor.FormException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||