public class FindBugsResultAction extends hudson.plugins.analysis.core.AbstractResultAction<FindBugsResult>
summary.jelly file.
Moreover, this class renders the FindBugs result trend.
| Constructor and Description |
|---|
FindBugsResultAction(hudson.model.Run<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
FindBugsResult result)
Creates a new instance of
FindBugsResultAction. |
| Modifier and Type | Method and Description |
|---|---|
protected hudson.plugins.analysis.core.PluginDescriptor |
getDescriptor() |
String |
getDisplayName() |
Collection<? extends hudson.model.Action> |
getProjectActions() |
addModule, asSet, createAggregatedResult, createResult, getBuild, getBuildHealth, getHealthDescriptor, getIconFileName, getJob, getLargeImageName, getMultipleItemsTooltip, getName, getOwner, getResult, getSingleItemTooltip, getSmallImage, getSmallImageName, getTarget, getTooltip, getToolTipProvider, getUrlName, hasLargeImage, isSuccessful, setResult, updateBuildHealthpublic FindBugsResultAction(hudson.model.Run<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
FindBugsResult result)
FindBugsResultAction.owner - the associated build of this actionhealthDescriptor - health descriptor to useresult - the result in this buildpublic String getDisplayName()
protected hudson.plugins.analysis.core.PluginDescriptor getDescriptor()
getDescriptor in class hudson.plugins.analysis.core.AbstractResultAction<FindBugsResult>public Collection<? extends hudson.model.Action> getProjectActions()
getProjectActions in interface jenkins.tasks.SimpleBuildStep.LastBuildActiongetProjectActions in class hudson.plugins.analysis.core.AbstractResultAction<FindBugsResult>Copyright © 2016–2018. All rights reserved.