|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LintResult | |
|---|---|
| org.jenkinsci.plugins.android_lint | |
| Uses of LintResult in org.jenkinsci.plugins.android_lint |
|---|
| Subclasses of LintResult in org.jenkinsci.plugins.android_lint | |
|---|---|
class |
LintReporterResult
Represents the aggregated results of Lint results in an m2 build. |
| Methods in org.jenkinsci.plugins.android_lint that return LintResult | |
|---|---|
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)
|
| Methods in org.jenkinsci.plugins.android_lint that return types with arguments of type LintResult | |
|---|---|
Class<? extends hudson.plugins.analysis.core.MavenResultAction<LintResult>> |
LintMavenResultAction.getIndividualActionType()
|
| Methods in org.jenkinsci.plugins.android_lint with parameters of type LintResult | |
|---|---|
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. |
| Constructors in org.jenkinsci.plugins.android_lint with parameters of type LintResult | |
|---|---|
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 parameters in org.jenkinsci.plugins.android_lint with type arguments of type LintResult | |
|---|---|
LintProjectAction(hudson.model.AbstractProject<?,?> project,
Class<? extends hudson.plugins.analysis.core.ResultAction<LintResult>> type)
Instantiates a new LintProjectAction. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||