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

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

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

Constructors in hudson.plugins.findbugs.util with parameters of type AnnotationContainer.Hierarchy
AbstractAnnotationsDetail(hudson.model.AbstractBuild<?,?> owner, java.util.Collection<FileAnnotation> annotations, java.lang.String defaultEncoding, java.lang.String name, AnnotationContainer.Hierarchy hierarchy)
          Creates a new instance of AbstractAnnotationsDetail.
 

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

Methods in hudson.plugins.findbugs.util.model that return AnnotationContainer.Hierarchy
static AnnotationContainer.Hierarchy AnnotationContainer.Hierarchy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AnnotationContainer.Hierarchy[] AnnotationContainer.Hierarchy.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in hudson.plugins.findbugs.util.model with parameters of type AnnotationContainer.Hierarchy
protected  void AnnotationContainer.setHierarchy(AnnotationContainer.Hierarchy hierarchy)
          Sets the hierarchy to the specified value.
 

Constructors in hudson.plugins.findbugs.util.model with parameters of type AnnotationContainer.Hierarchy
AnnotationContainer(AnnotationContainer.Hierarchy hierarchy)
          Creates a new instance of AnnotationContainer.
AnnotationContainer(java.lang.String name, AnnotationContainer.Hierarchy hierarchy)
          Creates a new instance of AnnotationContainer.
 



Copyright © 2008. All Rights Reserved.