|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.core.AbstractResultAction<CheckStyleResult>
hudson.plugins.checkstyle.CheckStyleResultAction
public class CheckStyleResultAction
Controls the live cycle of the Checkstyle results. This action persists the
results of the Checkstyle 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 Checkstyle result trend.
| Constructor Summary | |
|---|---|
CheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor)
Creates a new instance of CheckStyleResultAction. |
|
CheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
CheckStyleResult result)
Creates a new instance of CheckStyleResultAction. |
|
| Method Summary | |
|---|---|
protected hudson.plugins.analysis.core.PluginDescriptor |
getDescriptor()
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getMultipleItemsTooltip(int numberOfItems)
|
CheckStyleResultAction |
getPreviousResultAction()
Gets the Checkstyle 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 CheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
CheckStyleResult result)
CheckStyleResultAction.
owner - the associated build of this actionhealthDescriptor - health descriptorresult - the result in this build
public CheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor)
CheckStyleResultAction.
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<CheckStyleResult>public CheckStyleResultAction 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<CheckStyleResult>public java.lang.String getSingleItemTooltip()
getSingleItemTooltip in class hudson.plugins.analysis.core.AbstractResultAction<CheckStyleResult>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||