Uses of Class
org.jenkinsci.plugins.cflint.LintResult

Packages that use LintResult
org.jenkinsci.plugins.cflint   
 

Uses of LintResult in org.jenkinsci.plugins.cflint
 

Subclasses of LintResult in org.jenkinsci.plugins.cflint
 class LintReporterResult
          Represents the aggregated results of Lint results in an m2 build.
 

Methods in org.jenkinsci.plugins.cflint 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.cflint that return types with arguments of type LintResult
 Class<? extends hudson.plugins.analysis.core.MavenResultAction<LintResult>> LintMavenResultAction.getIndividualActionType()
           
 

Methods in org.jenkinsci.plugins.cflint 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.cflint 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.cflint with type arguments of type LintResult
LintProjectAction(hudson.model.AbstractProject<?,?> project, Class<? extends hudson.plugins.analysis.core.ResultAction<LintResult>> type)
          Instantiates a new LintProjectAction.
 



Copyright © 2004-2014. All Rights Reserved.