@ExportedBean
public class PipelineAggregator
extends hudson.model.View
| Modifier and Type | Class and Description |
|---|---|
static class |
PipelineAggregator.Build |
static class |
PipelineAggregator.DescriptorImpl
This descriptor class is required to configure the View Page
|
| Constructor and Description |
|---|
PipelineAggregator(String name,
String viewName) |
| 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) |
hudson.model.Api |
getApi() |
Collection<PipelineAggregator.Build> |
getBuildHistory() |
int |
getBuildHistorySize() |
String |
getFilterRegex() |
int |
getFontSize() |
Collection<hudson.model.TopLevelItem> |
getItems() |
String |
getTableStyle() |
boolean |
hasPermission(hudson.security.Permission p) |
boolean |
isUseCondensedTables() |
boolean |
isUseScrollingCommits() |
protected Object |
readResolve() |
void |
setUseScrollingCommits(boolean useScrollingCommits) |
protected void |
submit(org.kohsuke.stapler.StaplerRequest req) |
all, allInstantiable, checkPermission, create, createViewFromXML, doCheckJobName, doChildrenContextMenu, doConfigDotXml, doConfigSubmit, doDoDelete, doItemCategories, doRssAll, doRssFailed, doRssLatest, doSubmitDescription, getAbsoluteUrl, getACL, getActions, getAllItems, getAllProperties, 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, isAutomaticRefreshEnabled, isDefault, isEditable, isFilterExecutors, isFilterQueue, makeSearchIndex, onJobRenamed, rename, save, toString, updateByXml, updateTransientActions, writeXmlpublic boolean isUseScrollingCommits()
public void setUseScrollingCommits(boolean useScrollingCommits)
protected Object readResolve()
public Collection<hudson.model.TopLevelItem> getItems()
getItems in class hudson.model.Viewpublic int getFontSize()
public int getBuildHistorySize()
public boolean isUseCondensedTables()
public String getTableStyle()
public String getFilterRegex()
protected void submit(org.kohsuke.stapler.StaplerRequest req)
throws javax.servlet.ServletException,
IOException
submit in class hudson.model.Viewjavax.servlet.ServletExceptionIOExceptionpublic 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 boolean contains(hudson.model.TopLevelItem item)
contains in class hudson.model.Viewpublic boolean hasPermission(hudson.security.Permission p)
hasPermission in interface hudson.security.AccessControlledhasPermission in class hudson.model.Viewpublic hudson.model.Api getApi()
getApi in class hudson.model.View@Exported(name="builds") public Collection<PipelineAggregator.Build> getBuildHistory()
Copyright © 2016–2017. All rights reserved.