public class BaseEmptyView
extends hudson.model.View
| Constructor and Description |
|---|
BaseEmptyView(hudson.model.ViewGroup owner)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(hudson.model.TopLevelItem item) |
hudson.model.Item |
doCreateItem(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
boolean |
equals(Object obj)
Equal to any view of the same class and owner.
|
Collection<hudson.model.TopLevelItem> |
getItems() |
int |
hashCode() |
boolean |
isDefault() |
boolean |
isEditable() |
void |
onJobRenamed(hudson.model.Item item,
String oldName,
String newName) |
protected void |
submit(org.kohsuke.stapler.StaplerRequest req) |
all, allInstantiable, checkPermission, create, createViewFromXML, doChildrenContextMenu, doConfigDotXml, doConfigSubmit, doDoDelete, doRssAll, doRssFailed, doRssLatest, doSubmitDescription, getAbsoluteUrl, getACL, getActions, getAllItems, getAllProperties, getApi, getApplicablePropertyDescriptors, getApproximateQueueItemsQuickly, getAsynchPeople, getBuilds, getColumns, getComputers, getDescription, getDescriptor, getDisplayName, getDynamic, getIndenter, getItem, getItemCreatePermission, getJob, getNewPronoun, getOwner, getOwnerItemGroup, getOwnerPrimaryView, getOwnerViewActions, getPeople, getPostConstructLandingPage, getProperties, getQueueItems, getSearchUrl, getTimeline, getUrl, getViewName, getViewUrl, getWidgets, hasPeople, hasPermission, isAutomaticRefreshEnabled, isFilterExecutors, isFilterQueue, makeSearchIndex, rename, save, toString, updateByXml, updateTransientActions, writeXmlpublic boolean isDefault()
isDefault in class hudson.model.Viewpublic boolean isEditable()
isEditable in class hudson.model.Viewpublic final boolean equals(Object obj)
public Collection<hudson.model.TopLevelItem> getItems()
getItems in class hudson.model.Viewpublic boolean contains(hudson.model.TopLevelItem item)
contains in class hudson.model.Viewpublic void onJobRenamed(hudson.model.Item item,
String oldName,
String newName)
onJobRenamed in class hudson.model.Viewprotected void submit(org.kohsuke.stapler.StaplerRequest req)
throws IOException,
javax.servlet.ServletException,
hudson.model.Descriptor.FormException
submit in class hudson.model.ViewIOExceptionjavax.servlet.ServletExceptionhudson.model.Descriptor.FormExceptionpublic hudson.model.Item doCreateItem(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
doCreateItem in class hudson.model.ViewIOExceptionjavax.servlet.ServletExceptionCopyright © 2016. All rights reserved.