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