public final class WarningsPriorityGraphPortlet
extends hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
Modifier and Type | Class and Description |
---|---|
static class |
WarningsPriorityGraphPortlet.WarningsGraphDescriptor |
Constructor and Description |
---|
WarningsPriorityGraphPortlet(String name,
String width,
String height,
String dayCountString)
Creates a new instance of
WarningsPriorityGraphPortlet . |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends hudson.plugins.analysis.core.AbstractProjectAction<?>> |
getAction() |
protected hudson.plugins.analysis.graph.BuildResultGraph |
getGraphType() |
protected String |
getPluginName() |
configureGraph, getDayCountString, getDescription, getHeight, getWarningsGraph, getWidth, isEmpty, selectAction
@DataBoundConstructor public WarningsPriorityGraphPortlet(String name, String width, String height, String dayCountString)
WarningsPriorityGraphPortlet
.name
- the name of the portletwidth
- width of the graphheight
- height of the graphdayCountString
- number of days to considerprotected Class<? extends hudson.plugins.analysis.core.AbstractProjectAction<?>> getAction()
getAction
in class hudson.plugins.analysis.dashboard.AbstractPortlet
protected String getPluginName()
getPluginName
in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
protected hudson.plugins.analysis.graph.BuildResultGraph getGraphType()
getGraphType
in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
Copyright © 2016. All rights reserved.