|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.view.dashboard.DashboardPortlet
hudson.plugins.analysis.dashboard.AbstractPortlet
hudson.plugins.analysis.dashboard.AbstractWarningsGraphPortlet
hudson.plugins.analysis.collector.dashboard.WarningsOriginGraphPortlet
public final class WarningsOriginGraphPortlet
A portlet that shows the warnings trend graph of warnings by type.
| Nested Class Summary | |
|---|---|
static class |
WarningsOriginGraphPortlet.WarningsGraphDescriptor
Extension point registration. |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| 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 |
| Constructor Detail |
|---|
@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 warnings| Method Detail |
|---|
public 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.AbstractWarningsGraphPortlet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||