| Package | Description |
|---|---|
| org.jenkinsci.plugins.android_lint |
| Modifier and Type | Class and Description |
|---|---|
class |
LintReporterResult
Represents the aggregated results of Lint results in an m2 build.
|
| Modifier and Type | Method and Description |
|---|---|
protected LintResult |
LintMavenResultAction.createResult(LintResult existingResult,
LintResult additionalResult) |
protected LintResult |
LintReporter.createResult(hudson.maven.MavenBuild build,
hudson.plugins.analysis.core.ParserResult project) |
protected LintResult |
LintAnnotationsAggregator.getResult(hudson.matrix.MatrixRun run) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends hudson.plugins.analysis.core.MavenResultAction<LintResult>> |
LintMavenResultAction.getIndividualActionType() |
| Modifier and Type | Method and Description |
|---|---|
static String |
SummaryGenerator.createDeltaMessage(LintResult result)
Returns the message indicating delta from previous build.
|
protected hudson.maven.MavenAggregatedReport |
LintReporter.createMavenAggregatedReport(hudson.maven.MavenBuild build,
LintResult result) |
protected LintResult |
LintMavenResultAction.createResult(LintResult existingResult,
LintResult additionalResult) |
static String |
SummaryGenerator.createSummary(LintResult result)
Returns the message to show as the result summary.
|
| Constructor and Description |
|---|
LintMavenResultAction(hudson.maven.MavenBuild owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
String defaultEncoding,
LintResult result)
Creates a new instance of
LintMavenResultAction. |
LintResultAction(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.core.HealthDescriptor healthDescriptor,
LintResult result)
Creates a new instance of
LintResultAction. |
| Constructor and Description |
|---|
LintProjectAction(hudson.model.AbstractProject<?,?> project,
Class<? extends hudson.plugins.analysis.core.ResultAction<LintResult>> type)
Instantiates a new
LintProjectAction. |
Copyright © 2004-2013. All Rights Reserved.