public class BaseEmptyView
extends hudson.model.View
Modifier and Type | Field and Description |
---|---|
static String |
VIEW_NAME
The empty view name
|
Constructor and Description |
---|
BaseEmptyView(hudson.model.ViewGroup owner) |
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.
|
String |
getDisplayName() |
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, 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, writeXml
public static final String VIEW_NAME
public String getDisplayName()
getDisplayName
in interface hudson.model.ModelObject
getDisplayName
in class hudson.model.View
public boolean isDefault()
isDefault
in class hudson.model.View
public boolean isEditable()
isEditable
in class hudson.model.View
public final boolean equals(Object obj)
public Collection<hudson.model.TopLevelItem> getItems()
getItems
in class hudson.model.View
public boolean contains(hudson.model.TopLevelItem item)
contains
in class hudson.model.View
public void onJobRenamed(hudson.model.Item item, String oldName, String newName)
onJobRenamed
in class hudson.model.View
protected void submit(org.kohsuke.stapler.StaplerRequest req) throws IOException, javax.servlet.ServletException, hudson.model.Descriptor.FormException
submit
in class hudson.model.View
IOException
javax.servlet.ServletException
hudson.model.Descriptor.FormException
public hudson.model.Item doCreateItem(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
doCreateItem
in class hudson.model.View
IOException
javax.servlet.ServletException
Copyright © 2016–2017. All rights reserved.