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

Packages that use Priority
hudson.plugins.findbugs.parser   
hudson.plugins.findbugs.util   
hudson.plugins.findbugs.util.model   
 

Uses of Priority in hudson.plugins.findbugs.parser
 

Constructors in hudson.plugins.findbugs.parser with parameters of type Priority
Bug(Priority priority, java.lang.String message, java.lang.String category, java.lang.String type)
          Creates a new instance of Bug that has no associated line in code (file warning).
Bug(Priority priority, java.lang.String message, java.lang.String category, java.lang.String type, int lineNumber)
          Creates a new instance of Bug.
Bug(Priority priority, java.lang.String message, java.lang.String category, java.lang.String type, int start, int end)
          Creates a new instance of Bug.
Bug(Priority priority, java.lang.String message, java.lang.String category, java.lang.String type, int start, int end, java.lang.String tooltip)
          Creates a new instance of Bug.
 

Uses of Priority in hudson.plugins.findbugs.util
 

Methods in hudson.plugins.findbugs.util that return Priority
 Priority[] AnnotationsBuildResult.getPriorities()
          Returns all possible priorities.
 Priority[] AbstractAnnotationsDetail.getPriorities()
          Returns all possible priorities.
 

Methods in hudson.plugins.findbugs.util with parameters of type Priority
protected  PrioritiesDetail PriorityDetailFactory.createPrioritiesDetail(Priority priority, hudson.model.AbstractBuild<?,?> owner, AnnotationContainer container, java.lang.String header)
          Creates a new priorities detail.
 java.util.Collection<FileAnnotation> BuildResult.getAnnotations(Priority priority)
          Returns the annotations of the specified priority for this object.
 int AnnotationsBuildResult.getNumberOfAnnotations(Priority priority)
          Returns the total number of warnings of the specified priority for this object.
 int ParserResult.getNumberOfAnnotations(Priority priority)
          Returns the total number of annotations of the specified priority for this object.
 boolean BuildResult.hasAnnotations(Priority priority)
          Returns whether this objects has annotations with the specified priority.
 boolean ParserResult.hasAnnotations(Priority priority)
          Returns whether this objects has annotations with the specified priority.
 boolean BuildResult.hasNoAnnotations(Priority priority)
          Returns whether this objects has no annotations with the specified priority.
 boolean ParserResult.hasNoAnnotations(Priority priority)
          Returns whether this objects has no annotations with the specified priority.
 

Constructors in hudson.plugins.findbugs.util with parameters of type Priority
PrioritiesDetail(hudson.model.AbstractBuild<?,?> owner, java.util.Collection<FileAnnotation> annotations, Priority priority, java.lang.String header)
          Creates a new instance of ModuleDetail.
 

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

Methods in hudson.plugins.findbugs.util.model that return Priority
static Priority Priority.fromString(java.lang.String priority)
          Converts a String priority to an actual enumeration value.
 Priority AnnotationContainer.getHighPriority()
          Returns HIGH.
 Priority AnnotationContainer.getLowPriority()
          Returns LOW.
 Priority AnnotationContainer.getNormalPriority()
          Returns NORMAL.
 Priority FileAnnotation.getPriority()
          Returns the priority of this annotation.
 Priority AbstractAnnotation.getPriority()
          Returns the priority of this annotation.
static Priority Priority.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Priority[] Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hudson.plugins.findbugs.util.model with parameters of type Priority
 java.util.Collection<FileAnnotation> AnnotationProvider.getAnnotations(Priority priority)
          Returns the annotations of the specified priority for this object.
 java.util.Collection<FileAnnotation> AnnotationContainer.getAnnotations(Priority priority)
          Returns the annotations of the specified priority for this object.
 int AnnotationProvider.getNumberOfAnnotations(Priority priority)
          Returns the total number of annotations of the specified priority for this object.
 int AnnotationContainer.getNumberOfAnnotations(Priority priority)
          Returns the total number of annotations of the specified priority for this object.
 boolean AnnotationProvider.hasAnnotations(Priority priority)
          Returns whether this objects has annotations with the specified priority.
 boolean AnnotationContainer.hasAnnotations(Priority priority)
          Returns whether this objects has annotations with the specified priority.
 boolean AnnotationProvider.hasNoAnnotations(Priority priority)
          Returns whether this objects has no annotations with the specified priority.
 boolean AnnotationContainer.hasNoAnnotations(Priority priority)
          Returns whether this objects has no annotations with the specified priority.
 

Constructors in hudson.plugins.findbugs.util.model with parameters of type Priority
AbstractAnnotation(Priority priority, java.lang.String message, int start, int end, java.lang.String category, java.lang.String type)
          Creates a new instance of AbstractAnnotation.
 



Copyright © 2008. All Rights Reserved.