Uses of Class
hudson.plugins.findbugs.util.model.AnnotationContainer

Packages that use AnnotationContainer
hudson.plugins.findbugs.util   
hudson.plugins.findbugs.util.model   
 

Uses of AnnotationContainer in hudson.plugins.findbugs.util
 

Subclasses of AnnotationContainer in hudson.plugins.findbugs.util
 class AbstractAnnotationsDetail
          Base class for annotation detail objects.
 class AttributeDetail
          Result object to visualize the statistics of a category.
 class FileDetail
          Result object to visualize the package statistics of a module.
 class FixedWarningsDetail
          Result object to visualize the fixed warnings in a build.
 class ModuleDetail
          Result object to visualize the package statistics of a module.
 class NewWarningsDetail
          Result object to visualize the new warnings in a build.
 class PackageDetail
          Result object to visualize the package statistics of a module.
 class PrioritiesDetail
          Result object to visualize the priorities statistics of an annotation container.
 class TabDetail
          Result object representing a dynamic tab.
 

Methods in hudson.plugins.findbugs.util that return AnnotationContainer
abstract  AnnotationContainer BuildResult.getContainer()
          Gets the annotation container.
 AnnotationContainer AnnotationsBuildResult.getContainer()
          Gets the annotation container.
 

Methods in hudson.plugins.findbugs.util with parameters of type AnnotationContainer
 PrioritiesDetail PriorityDetailFactory.create(java.lang.String priority, hudson.model.AbstractBuild<?,?> owner, AnnotationContainer container, java.lang.String header)
          Creates a new priorities detail object.
 java.lang.Object DetailBuilder.createDetails(java.lang.String link, hudson.model.AbstractBuild<?,?> owner, AnnotationContainer container, java.lang.String displayName)
          Returns a detail object for the selected element of the specified annotation container.
protected  PrioritiesDetail PriorityDetailFactory.createPrioritiesDetail(Priority priority, hudson.model.AbstractBuild<?,?> owner, AnnotationContainer container, java.lang.String header)
          Creates a new priorities detail.
 java.lang.Object DetailBuilder.createTrendDetails(java.lang.String link, hudson.model.AbstractBuild<?,?> owner, AnnotationContainer container, java.util.Collection<FileAnnotation> fixedAnnotations, java.util.Collection<FileAnnotation> newAnnotations, java.util.Collection<java.lang.String> errors, java.lang.String displayName)
          Returns a detail object for the selected element of the specified annotation container.
 void ChartRenderer.doStatistics(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, AnnotationContainer container)
          Generates a PNG image for high/normal/low distribution of the specified object.
 

Uses of AnnotationContainer in hudson.plugins.findbugs.util.model
 

Subclasses of AnnotationContainer in hudson.plugins.findbugs.util.model
 class DefaultAnnotationContainer
          A simple annotation container that stores a set of annotations.
 class JavaPackage
          A serializable Java Bean class representing a Java package.
 class JavaProject
          A serializable Java Bean class representing a project that has been built by Hudson.
 class MavenModule
          A serializable Java Bean class representing a maven module.
 class WorkspaceFile
          A serializable Java Bean class representing a file in the Hudson workspace.
 

Methods in hudson.plugins.findbugs.util.model that return AnnotationContainer
 AnnotationContainer AnnotationContainer.getContainer()
          Returns this container.
 

Methods in hudson.plugins.findbugs.util.model that return types with arguments of type AnnotationContainer
 java.util.Collection<AnnotationContainer> AnnotationContainer.getCategories()
          Gets the categories of this container that have annotations.
 java.util.Collection<AnnotationContainer> AnnotationContainer.getTypes()
          Gets the types of this container that have annotations.
 

Methods in hudson.plugins.findbugs.util.model with parameters of type AnnotationContainer
 int WorkspaceFile.compareTo(AnnotationContainer other)
          
 int AnnotationContainer.compareTo(AnnotationContainer other)
          
 



Copyright © 2008. All Rights Reserved.