public class SectionedView
extends hudson.model.View
| Modifier and Type | Class and Description |
|---|---|
static class |
SectionedView.DescriptorImpl |
| Constructor and Description |
|---|
SectionedView(String name) |
| 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) |
Collection<hudson.model.TopLevelItem> |
getItems() |
static hudson.model.Result |
getResult(hudson.model.Job job) |
Iterable<SectionedViewSection> |
getSections() |
static boolean |
isBuilding(hudson.model.Job job) |
void |
onJobRenamed(hudson.model.Item item,
String oldName,
String newName) |
void |
setSections(Collection<? extends SectionedViewSection> sections) |
static Collection<hudson.model.Job> |
sortJobs(Collection<hudson.model.Job> jobs) |
protected void |
submit(org.kohsuke.stapler.StaplerRequest req)
Handles the configuration submission.
|
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, isDefault, isEditable, isFilterExecutors, isFilterQueue, makeSearchIndex, rename, save, toString, updateByXml, updateTransientActions, writeXml@DataBoundConstructor public SectionedView(String name)
public Iterable<SectionedViewSection> getSections()
public void setSections(Collection<? extends SectionedViewSection> sections)
public static Collection<hudson.model.Job> sortJobs(Collection<hudson.model.Job> jobs)
public static boolean isBuilding(hudson.model.Job job)
public static hudson.model.Result getResult(hudson.model.Job job)
protected void submit(org.kohsuke.stapler.StaplerRequest req)
throws javax.servlet.ServletException,
hudson.model.Descriptor.FormException
submit in class hudson.model.Viewjavax.servlet.ServletExceptionhudson.model.Descriptor.FormExceptionpublic boolean contains(hudson.model.TopLevelItem item)
contains in class hudson.model.Viewpublic 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.ServletExceptionpublic Collection<hudson.model.TopLevelItem> getItems()
getItems in class hudson.model.ViewCopyright © 2016–2018. All rights reserved.