au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard
Class BuildPipelineDashboard
java.lang.Object
hudson.plugins.view.dashboard.DashboardPortlet
au.com.centrumsystems.hudson.plugin.buildpipeline.dashboard.BuildPipelineDashboard
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.plugins.view.dashboard.DashboardPortlet>, hudson.model.ModelObject
public class BuildPipelineDashboard
- extends hudson.plugins.view.dashboard.DashboardPortlet
This class provides the entry point to use this plugin in the dashboard-plugin
- Since:
- 03/30/2012
- Author:
- Ingo Richter (irichter@adobe.com)
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Methods inherited from class hudson.plugins.view.dashboard.DashboardPortlet |
all, getComparator, getDashboard, getDescriptor, getDisplayName, getId, getJob, getName, getUrl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildPipelineDashboard
@DataBoundConstructor
public BuildPipelineDashboard(String name,
String description,
ProjectGridBuilder gridBuilder,
String noOfDisplayedBuilds)
- Constructor
- Parameters:
name
- the name of this viewdescription
- a brief description of this viewgridBuilder
- controls the layoutnoOfDisplayedBuilds
- how many builds will be displayed for this job
getGridBuilder
public ProjectGridBuilder getGridBuilder()
setGridBuilder
public void setGridBuilder(ProjectGridBuilder gridBuilder)
readResolve
protected Object readResolve()
- Returns:
- always this.
getNoOfDisplayedBuilds
public String getNoOfDisplayedBuilds()
setNoOfDisplayedBuilds
public void setNoOfDisplayedBuilds(String noOfDisplayedBuilds)
getSelectedJob
public String getSelectedJob()
setSelectedJob
public void setSelectedJob(String selectedJob)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
setCssUrl
public void setCssUrl(String cssUrl)
getCssUrl
public String getCssUrl()
getBuildPipelineView
public BuildPipelineView getBuildPipelineView()
Copyright © 2004-2014. All Rights Reserved.