Uses of Class
hudson.plugins.analysis.util.model.DefaultAnnotationContainer

Packages that use DefaultAnnotationContainer
hudson.plugins.analysis.util.model   
hudson.plugins.analysis.views   
 

Uses of DefaultAnnotationContainer in hudson.plugins.analysis.util.model
 

Methods in hudson.plugins.analysis.util.model that return DefaultAnnotationContainer
 DefaultAnnotationContainer AnnotationContainer.getCategory(int hashCode)
          Gets the category with the given hash code.
 DefaultAnnotationContainer AnnotationContainer.getCategory(String category)
          Gets the category with the given name.
 DefaultAnnotationContainer AnnotationContainer.getHigh()
          Returns the annotations with Priority.HIGH.
 DefaultAnnotationContainer AnnotationContainer.getLow()
          Returns the annotations with Priority.LOW.
 DefaultAnnotationContainer AnnotationContainer.getNormal()
          Returns the annotations with Priority.NORMAL.
 DefaultAnnotationContainer AnnotationContainer.getType(int hashCode)
          Gets the type with the given hash code.
 DefaultAnnotationContainer AnnotationContainer.getType(String type)
          Gets the type with the given name.
 

Uses of DefaultAnnotationContainer in hudson.plugins.analysis.views
 

Methods in hudson.plugins.analysis.views with parameters of type DefaultAnnotationContainer
protected  AttributeDetail DetailFactory.createAttributeDetail(hudson.model.AbstractBuild<?,?> owner, DefaultAnnotationContainer annotations, String displayName, String header, String defaultEncoding)
          Creates a generic detail tab with the specified link.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.