public class BuildLineView
extends hudson.model.View
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildLineView.DescriptorImpl
This descriptor class is required to configure the View Page
|
| Constructor and Description |
|---|
BuildLineView(String name,
String buildViewTitle,
String initialJobs,
List<ProjectConfiguration> lineList,
List<TableInfo> tableInfoList) |
| 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) |
String |
getBuildViewTitle() |
Collection<hudson.model.TopLevelItem> |
getItems() |
List<ProjectConfiguration> |
getLineList() |
Map<TableInfo,List<List<Object>>> |
getTableData()
Get all the information that view page uses.
|
List<TableInfo> |
getTableInfoList() |
void |
onJobRenamed(hudson.model.Item item,
String oldName,
String newName) |
void |
setBuildViewTitle(String buildViewTitle) |
void |
setLineList(List<ProjectConfiguration> lineList) |
void |
setTableInfoList(List<TableInfo> tableInfoList) |
protected void |
submit(org.kohsuke.stapler.StaplerRequest req) |
all, allInstantiable, checkPermission, create, doConfigSubmit, doDoDelete, doRssAll, doRssFailed, doRssLatest, doSubmitDescription, getAbsoluteUrl, getACL, getActions, getAllProperties, getApi, getApplicablePropertyDescriptors, 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, isDefault, isEditable, isFilterExecutors, isFilterQueue, makeSearchIndex, rename, savepublic Map<TableInfo,List<List<Object>>> getTableData()
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.ServletExceptionpublic String getBuildViewTitle()
public void setBuildViewTitle(String buildViewTitle)
public List<ProjectConfiguration> getLineList()
public void setLineList(List<ProjectConfiguration> lineList)
Copyright © 2004-2013. All Rights Reserved.