|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.analysis.core.AbstractResultAction<AnalysisResult>
hudson.plugins.analysis.collector.AnalysisResultAction
public class AnalysisResultAction
Controls the live cycle of the analysis results. This action persists the
results of the static analysis tools 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 warnings result trend.
| Constructor Summary | |
|---|---|
AnalysisResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor)
Creates a new instance of WarningsResultAction. |
|
AnalysisResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
AnalysisResult result)
Creates a new instance of WarningsResultAction. |
|
| Method Summary | |
|---|---|
protected hudson.plugins.analysis.core.PluginDescriptor |
getDescriptor()
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getMultipleItemsTooltip(int numberOfItems)
|
AnalysisResultAction |
getPreviousResultAction()
Gets the warnings result of the previous build. |
java.lang.String |
getSingleItemTooltip()
|
| Methods inherited from class hudson.plugins.analysis.core.AbstractResultAction |
|---|
addModule, createAggregatedResult, createResult, getBuild, getBuildHealth, getHealthDescriptor, getIconFileName, getOwner, getPreviousBuild, getResult, getTarget, getTooltip, getToolTipProvider, getUrlName, hasPreviousResultAction, setResult, updateBuildHealth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnalysisResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
AnalysisResult result)
WarningsResultAction.
owner - the associated build of this actionhealthDescriptor - health descriptor to useresult - the result of this build
public AnalysisResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor)
WarningsResultAction.
owner - the associated build of this actionhealthDescriptor - health descriptor to use| Method Detail |
|---|
public java.lang.String getDisplayName()
protected hudson.plugins.analysis.core.PluginDescriptor getDescriptor()
getDescriptor in class hudson.plugins.analysis.core.AbstractResultAction<AnalysisResult>public AnalysisResultAction getPreviousResultAction()
java.util.NoSuchElementException - if there is no previous build for this actionpublic java.lang.String getMultipleItemsTooltip(int numberOfItems)
getMultipleItemsTooltip in class hudson.plugins.analysis.core.AbstractResultAction<AnalysisResult>public java.lang.String getSingleItemTooltip()
getSingleItemTooltip in class hudson.plugins.analysis.core.AbstractResultAction<AnalysisResult>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||