|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.findbugs.util.AbstractResultAction<FindBugsResult>
hudson.plugins.findbugs.FindBugsResultAction
public class FindBugsResultAction
Controls the live cycle of the FindBugs results. This action persists the
results of the FindBugs analysis of a build and displays the results on the
build page. The actual visualization of the results is defined in the
matching summary.jelly file.
Moreover, this class renders the FindBugs result trend.
| Constructor Summary | |
|---|---|
FindBugsResultAction(hudson.model.AbstractBuild<?,?> owner,
HealthReportBuilder healthReportBuilder)
Creates a new instance of FindBugsBuildAction. |
|
FindBugsResultAction(hudson.model.AbstractBuild<?,?> owner,
HealthReportBuilder healthReportBuilder,
FindBugsResult result)
Creates a new instance of FindBugsBuildAction. |
|
| Method Summary | |
|---|---|
protected PluginDescriptor |
getDescriptor()
Returns the descriptor of the associated plug-in. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getMultipleItemsTooltip(int numberOfItems)
Returns the tooltip for several items. |
FindBugsResultAction |
getPreviousResultAction()
Gets the FindBugs result of the previous build. |
java.lang.String |
getSingleItemTooltip()
Returns the tooltip for exactly one item. |
| Methods inherited from class hudson.plugins.findbugs.util.AbstractResultAction |
|---|
buildDataSet, createAggregatedResult, doGraph, doGraphMap, getBuildHealth, getHealthReportBuilder, getIconFileName, getOwner, getPreviousBuild, getResult, getTarget, getUrlName, hasPreviousResultAction, setResult |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindBugsResultAction(hudson.model.AbstractBuild<?,?> owner,
HealthReportBuilder healthReportBuilder,
FindBugsResult result)
FindBugsBuildAction.
owner - the associated build of this actionhealthReportBuilder - health builder to useresult - the result in this build
public FindBugsResultAction(hudson.model.AbstractBuild<?,?> owner,
HealthReportBuilder healthReportBuilder)
FindBugsBuildAction.
owner - the associated build of this actionhealthReportBuilder - health builder to use| Method Detail |
|---|
public java.lang.String getDisplayName()
protected PluginDescriptor getDescriptor()
getDescriptor in class AbstractResultAction<FindBugsResult>public FindBugsResultAction getPreviousResultAction()
java.util.NoSuchElementException - if there is no previous build for this actionpublic java.lang.String getMultipleItemsTooltip(int numberOfItems)
numberOfItems - the number of items to display the tooltip for
public java.lang.String getSingleItemTooltip()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||