Uses of Class
hudson.plugins.findbugs.parser.maven.BugInstance

Packages that use BugInstance
hudson.plugins.findbugs.parser.maven   
 

Uses of BugInstance in hudson.plugins.findbugs.parser.maven
 

Methods in hudson.plugins.findbugs.parser.maven that return types with arguments of type BugInstance
 java.util.Collection<BugInstance> File.getBugInstances()
          Returns all bug instances of this file.
 

Methods in hudson.plugins.findbugs.parser.maven with parameters of type BugInstance
 void File.addBugInstance(BugInstance bugInstance)
          Adds a new bug instance to this class.
 



Copyright © 2008. All Rights Reserved.