public class EnvDashboardView
extends hudson.model.View
| Modifier and Type | Class and Description |
|---|---|
static class |
EnvDashboardView.DescriptorImpl |
| Constructor and Description |
|---|
EnvDashboardView(String name,
String envOrder,
String compOrder,
String deployHistory) |
all, allInstantiable, checkPermission, create, createViewFromXML, doConfigDotXml, doConfigSubmit, doDoDelete, doRssAll, doRssFailed, doRssLatest, doSubmitDescription, getAbsoluteUrl, getACL, getActions, 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, isDefault, isEditable, isFilterExecutors, isFilterQueue, makeSearchIndex, rename, save, updateByXml, updateTransientActionsprotected 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 Integer getLimitDeployHistory()
public String anyJobsConfigured()
public ArrayList<HashMap<String,String>> getDeploymentsByComp(String comp, Integer lastDeploy)
public ArrayList<HashMap<String,String>> getDeploymentsByCompEnv(String comp, String env, Integer lastDeploy)
public Collection<hudson.model.TopLevelItem> getItems()
getItems in class hudson.model.Viewpublic String getEnvOrder()
public void setEnvOrder(String envOrder)
public String getCompOrder()
public void setCompOrder(String compOrder)
public String getDeployHistory()
public void setDeployHistory(String deployHistory)
public boolean contains(hudson.model.TopLevelItem topLevelItem)
contains in class hudson.model.ViewCopyright © 2004-2015. All Rights Reserved.