public final class WarningsOriginGraphPortlet
extends hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
| Modifier and Type | Class and Description |
|---|---|
static class |
WarningsOriginGraphPortlet.WarningsGraphDescriptor
Extension point registration.
|
| Constructor and Description |
|---|
WarningsOriginGraphPortlet(String name,
String width,
String height,
String dayCountString,
boolean isCheckStyleActivated,
boolean isDryActivated,
boolean isFindBugsActivated,
boolean isPmdActivated,
boolean isOpenTasksActivated,
boolean isWarningsActivated)
Creates a new instance of
WarningsOriginGraphPortlet. |
| 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() |
boolean |
isCheckStyleActivated()
Returns whether CheckStyle results should be collected.
|
boolean |
isDryActivated()
Returns whether DRY results should be collected.
|
boolean |
isFindBugsActivated()
Returns whether FindBugs results should be collected.
|
boolean |
isOpenTasksActivated()
Returns whether open tasks should be collected.
|
boolean |
isPmdActivated()
Returns whether PMD results should be collected.
|
boolean |
isWarningsActivated()
Returns whether compiler warnings results should be collected.
|
configureGraph, getDayCountString, getDescription, getHeight, getWarningsGraph, getWidth, isEmpty, selectAction@DataBoundConstructor public WarningsOriginGraphPortlet(String name, String width, String height, String dayCountString, boolean isCheckStyleActivated, boolean isDryActivated, boolean isFindBugsActivated, boolean isPmdActivated, boolean isOpenTasksActivated, boolean isWarningsActivated)
WarningsOriginGraphPortlet.name - the name of the portletwidth - width of the graphheight - height of the graphdayCountString - number of days to considerisCheckStyleActivated - determines whether to show the warnings from CheckstyleisDryActivated - determines whether to show the warnings from DRYisFindBugsActivated - determines whether to show the warnings from FindBugsisPmdActivated - determines whether to show the warnings from PMDisOpenTasksActivated - determines whether to show open tasksisWarningsActivated - determines whether to show compiler warningspublic boolean isCheckStyleActivated()
true if CheckStyle results should be collected, false otherwisepublic boolean isDryActivated()
true if DRY results should be collected, false otherwisepublic boolean isFindBugsActivated()
true if FindBugs results should be collected, false otherwisepublic boolean isPmdActivated()
true if PMD results should be collected, false otherwisepublic boolean isOpenTasksActivated()
true if open tasks should be collected, false otherwisepublic boolean isWarningsActivated()
true if compiler warnings results should be collected, false otherwiseprotected Class<? extends hudson.plugins.analysis.core.AbstractProjectAction<?>> getAction()
getAction in class hudson.plugins.analysis.dashboard.AbstractPortletprotected String getPluginName()
getPluginName in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortletprotected hudson.plugins.analysis.graph.BuildResultGraph getGraphType()
getGraphType in class hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortletCopyright © 2004-2013. All Rights Reserved.