Uses of Class
hudson.plugins.checkstyle.CheckStyleResult

Packages that use CheckStyleResult
hudson.plugins.checkstyle   
 

Uses of CheckStyleResult in hudson.plugins.checkstyle
 

Methods in hudson.plugins.checkstyle that return CheckStyleResult
 CheckStyleResult CheckStyleResultBuilder.build(hudson.model.AbstractBuild<?,?> build, ParserResult result)
          Creates a result that persists the Checkstyle information for the specified build.
 

Methods in hudson.plugins.checkstyle with parameters of type CheckStyleResult
static java.lang.String ResultSummary.createDeltaMessage(CheckStyleResult result)
          Returns the message to show as the result summary.
static java.lang.String ResultSummary.createSummary(CheckStyleResult result)
          Returns the message to show as the result summary.
 

Constructors in hudson.plugins.checkstyle with parameters of type CheckStyleResult
CheckStyleResult(hudson.model.AbstractBuild<?,?> build, ParserResult result, CheckStyleResult previous)
          Creates a new instance of CheckStyleResult.
CheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner, HealthReportBuilder healthReportBuilder, CheckStyleResult result)
          Creates a new instance of CheckStyleResultAction.
MavenCheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner, HealthReportBuilder healthReportBuilder, java.lang.String height, CheckStyleResult result)
          Creates a new instance of MavenCheckStyleResultAction.
 



Copyright © 2008. All Rights Reserved.