|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.core.AbstractResultAction<CpptestResult>
hudson.plugins.cpptest.CpptestResultAction
public class CpptestResultAction
Controls the live cycle of the Cpptest results. This action persists the
results of the Cpptest 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 Cpptest result trend.
| Constructor Summary | |
|---|---|
CpptestResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor)
Creates a new instance of CpptestResultAction. |
|
CpptestResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
CpptestResult result)
Creates a new instance of CpptestResultAction. |
|
| Method Summary | |
|---|---|
protected hudson.plugins.analysis.core.PluginDescriptor |
getDescriptor()
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getMultipleItemsTooltip(int numberOfItems)
|
java.lang.String |
getSingleItemTooltip()
|
| Methods inherited from class hudson.plugins.analysis.core.AbstractResultAction |
|---|
addModule, createAggregatedResult, createResult, getBuild, getBuildHealth, getHealthDescriptor, getIconFileName, getOwner, getResult, getTarget, getTooltip, getToolTipProvider, getUrlName, isSuccessful, setResult, updateBuildHealth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CpptestResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
CpptestResult result)
CpptestResultAction.
owner - the associated build of this actionhealthDescriptor - health descriptorresult - the result in this build
public CpptestResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor)
CpptestResultAction.
owner - the associated build of this actionhealthDescriptor - health descriptor| Method Detail |
|---|
public java.lang.String getDisplayName()
protected hudson.plugins.analysis.core.PluginDescriptor getDescriptor()
getDescriptor in class hudson.plugins.analysis.core.AbstractResultAction<CpptestResult>public java.lang.String getMultipleItemsTooltip(int numberOfItems)
getMultipleItemsTooltip in class hudson.plugins.analysis.core.AbstractResultAction<CpptestResult>public java.lang.String getSingleItemTooltip()
getSingleItemTooltip in class hudson.plugins.analysis.core.AbstractResultAction<CpptestResult>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||