Uses of Class
hudson.plugins.checkstyle.CheckStyleResult

Packages that use CheckStyleResult
hudson.plugins.checkstyle   
 

Uses of CheckStyleResult in hudson.plugins.checkstyle
 

Subclasses of CheckStyleResult in hudson.plugins.checkstyle
 class CheckStyleMavenResult
          Deprecated. not used anymore
 class CheckStyleReporterResult
          Represents the aggregated results of the Checkstyle analysis in m2 jobs.
 

Methods in hudson.plugins.checkstyle that return CheckStyleResult
protected  CheckStyleResult CheckStyleMavenResultAction.createResult(CheckStyleResult existingResult, CheckStyleResult additionalResult)
           
protected  CheckStyleResult CheckStyleReporter.createResult(hudson.maven.MavenBuild build, hudson.plugins.analysis.core.ParserResult project)
           
protected  CheckStyleResult CheckStyleAnnotationsAggregator.getResult(hudson.matrix.MatrixRun run)
           
 

Methods in hudson.plugins.checkstyle that return types with arguments of type CheckStyleResult
 Class<? extends hudson.plugins.analysis.core.MavenResultAction<CheckStyleResult>> CheckStyleMavenResultAction.getIndividualActionType()
           
 

Methods in hudson.plugins.checkstyle with parameters of type CheckStyleResult
protected  hudson.maven.MavenAggregatedReport CheckStyleReporter.createMavenAggregatedReport(hudson.maven.MavenBuild build, CheckStyleResult result)
           
protected  CheckStyleResult CheckStyleMavenResultAction.createResult(CheckStyleResult existingResult, CheckStyleResult additionalResult)
           
 

Constructors in hudson.plugins.checkstyle with parameters of type CheckStyleResult
CheckStyleMavenResultAction(hudson.maven.MavenBuild owner, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, String defaultEncoding, CheckStyleResult result)
          Creates a new instance of CheckStyleMavenResultAction.
CheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, CheckStyleResult result)
          Creates a new instance of CheckStyleResultAction.
MavenCheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, String defaultEncoding, CheckStyleResult result)
          Deprecated. Creates a new instance of MavenCheckStyleResultAction.
 

Constructor parameters in hudson.plugins.checkstyle with type arguments of type CheckStyleResult
CheckStyleProjectAction(hudson.model.AbstractProject<?,?> project, Class<? extends hudson.plugins.analysis.core.ResultAction<CheckStyleResult>> type)
          Instantiates a new CheckStyleProjectAction.
CheckStyleResult(hudson.model.AbstractBuild<?,?> build, String defaultEncoding, hudson.plugins.analysis.core.ParserResult result, Class<? extends hudson.plugins.analysis.core.ResultAction<CheckStyleResult>> actionType)
          Creates a new instance of CheckStyleResult.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.