Uses of Class
hudson.plugins.findbugs.FindBugsResult

Packages that use FindBugsResult
hudson.plugins.findbugs   
 

Uses of FindBugsResult in hudson.plugins.findbugs
 

Subclasses of FindBugsResult in hudson.plugins.findbugs
 class FindBugsMavenResult
          Deprecated. not used anymore
 class FindBugsReporterResult
          Represents the aggregated results of the FindBugs analysis in m2 jobs.
 

Methods in hudson.plugins.findbugs that return FindBugsResult
protected  FindBugsResult FindBugsMavenResultAction.createResult(FindBugsResult existingResult, FindBugsResult additionalResult)
           
protected  FindBugsResult FindBugsReporter.createResult(hudson.maven.MavenBuild build, hudson.plugins.analysis.core.ParserResult project)
           
protected  FindBugsResult FindBugsAnnotationsAggregator.getResult(hudson.matrix.MatrixRun run)
           
 

Methods in hudson.plugins.findbugs that return types with arguments of type FindBugsResult
 Class<? extends hudson.plugins.analysis.core.MavenResultAction<FindBugsResult>> FindBugsMavenResultAction.getIndividualActionType()
           
 

Methods in hudson.plugins.findbugs with parameters of type FindBugsResult
protected  hudson.maven.MavenAggregatedReport FindBugsReporter.createMavenAggregatedReport(hudson.maven.MavenBuild build, FindBugsResult result)
           
protected  FindBugsResult FindBugsMavenResultAction.createResult(FindBugsResult existingResult, FindBugsResult additionalResult)
           
 

Constructors in hudson.plugins.findbugs with parameters of type FindBugsResult
FindBugsMavenResultAction(hudson.maven.MavenBuild owner, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, String defaultEncoding, FindBugsResult result)
          Creates a new instance of FindBugsMavenResultAction.
FindBugsResultAction(hudson.model.AbstractBuild<?,?> owner, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, FindBugsResult result)
          Creates a new instance of FindBugsResultAction.
MavenFindBugsResultAction(hudson.model.AbstractBuild<?,?> owner, hudson.plugins.analysis.core.HealthDescriptor healthDescriptor, String defaultEncoding, FindBugsResult result)
          Deprecated. Creates a new instance of MavenFindBugsResultAction.
 

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



Copyright © 2004-2012 Hudson. All Rights Reserved.