| Package | Description |
|---|---|
| hudson.plugins.brakeman |
| Modifier and Type | Method and Description |
|---|---|
static String |
ResultSummary.createDeltaMessage(BrakemanResult result)
Returns the message to show as the result summary.
|
static String |
ResultSummary.createSummary(BrakemanResult result)
Returns the message to show as the result summary.
|
| Constructor and Description |
|---|
BrakemanResultAction(hudson.model.Run<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
BrakemanResult result)
Creates a new instance of
BrakemanResultAction. |
| Constructor and Description |
|---|
BrakemanProjectAction(hudson.model.Job<?,?> job,
Class<? extends hudson.plugins.analysis.core.ResultAction<BrakemanResult>> type) |
BrakemanResult(hudson.model.Run<?,?> build,
String defaultEncoding,
hudson.plugins.analysis.core.ParserResult result,
boolean usePreviousBuildAsReference,
boolean useStableBuildAsReference,
Class<? extends hudson.plugins.analysis.core.ResultAction<BrakemanResult>> actionType) |
Copyright © 2016–2017. All rights reserved.