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

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

Uses of Priority in hudson.plugins.warnings
 

Methods in hudson.plugins.warnings that return Priority
 Priority[] WarningsResult.getPriorities()
          Returns all possible priorities.
 

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

Uses of Priority in hudson.plugins.warnings.parser
 

Constructors in hudson.plugins.warnings.parser with parameters of type Priority
Warning(java.lang.String fileName, int start, java.lang.String type, java.lang.String category, java.lang.String message, Priority priority)
          Creates a new instance of Warning.
 

Uses of Priority in hudson.plugins.warnings.util
 

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

Methods in hudson.plugins.warnings.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.
 

Constructors in hudson.plugins.warnings.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.warnings.util.model
 

Methods in hudson.plugins.warnings.util.model that return Priority
static Priority Priority.fromString(java.lang.String priority)
          Converts a String priority to an actual enumeration value.
 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're declared.
 

Methods in hudson.plugins.warnings.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.
 

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



Copyright © 2008. All Rights Reserved.