hudson.plugins.analysis.collector.dashboard
Class WarningsPriorityGraphPortlet
java.lang.Object
hudson.plugins.view.dashboard.DashboardPortlet
hudson.plugins.analysis.dashboard.AbstractPortlet
hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
hudson.plugins.analysis.collector.dashboard.WarningsPriorityGraphPortlet
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.plugins.view.dashboard.DashboardPortlet>, hudson.model.ModelObject
public final class WarningsPriorityGraphPortlet
- extends hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
A portlet that shows the warnings trend graph by priority.
- Author:
- Ulli Hafner
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet |
configureGraph, getDayCountString, getDescription, getHeight, getWarningsGraph, getWidth, isEmpty, selectAction |
| 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 |
WarningsPriorityGraphPortlet
@DataBoundConstructor
public WarningsPriorityGraphPortlet(String name,
String width,
String height,
String dayCountString)
- Creates a new instance of
WarningsPriorityGraphPortlet.
- Parameters:
name - the name of the portletwidth - width of the graphheight - height of the graphdayCountString - number of days to consider
getAction
protected Class<? extends hudson.plugins.analysis.core.AbstractProjectAction<?>> getAction()
- Specified by:
getAction in class hudson.plugins.analysis.dashboard.AbstractPortlet
getPluginName
protected String getPluginName()
- Specified by:
getPluginName in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
getGraphType
protected hudson.plugins.analysis.graph.BuildResultGraph getGraphType()
- Specified by:
getGraphType in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
Copyright © 2004-2012 Hudson. All Rights Reserved.