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, java.lang.String defaultEncoding)
          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, java.lang.String defaultEncoding, ParserResult result, CheckStyleResult previous)
          Creates a new instance of CheckStyleResult.
CheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, CheckStyleResult result)
          Creates a new instance of CheckStyleResultAction.
MavenCheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, java.lang.String height, java.lang.String defaultEncoding, CheckStyleResult result)
          Creates a new instance of MavenCheckStyleResultAction.
 



Copyright © 2008. All Rights Reserved.