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

Packages that use Priority
hudson.plugins.analysis.core   
hudson.plugins.analysis.util.model   
hudson.plugins.analysis.views   
 

Uses of Priority in hudson.plugins.analysis.core
 

Methods in hudson.plugins.analysis.core that return Priority
 Priority HealthDescriptor.getMinimumPriority()
          Returns the minimum priority that should be considered when computing build health.
 Priority HealthAwareReporter.getMinimumPriority()
          Returns the minimum priority that should be considered when computing build health.
 Priority HealthAwareRecorder.getMinimumPriority()
          Returns the minimum priority that should be considered when computing build health.
 Priority HealthAwareMavenReporter.getMinimumPriority()
          Deprecated. Returns the minimum priority that should be considered when computing build health.
 Priority AbstractHealthDescriptor.getMinimumPriority()
          Returns the minimum priority that should be considered when computing build health.
 Priority[] BuildResult.getPriorities()
          Returns all possible priorities.
 

Methods in hudson.plugins.analysis.core with parameters of type Priority
 Set<FileAnnotation> BuildResult.getAnnotations(Priority priority)
          Returns the annotations 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.
 int BuildResult.getNumberOfAnnotations(Priority priority)
          Returns the total number of warnings of the specified priority for this object.
 boolean ParserResult.hasAnnotations(Priority priority)
          Returns whether this objects has annotations with the specified priority.
 boolean BuildResult.hasAnnotations(Priority priority)
          Returns whether this objects has annotations with the specified priority.
 boolean ParserResult.hasNoAnnotations(Priority priority)
          Returns whether this objects has no annotations with the specified priority.
 boolean BuildResult.hasNoAnnotations(Priority priority)
          Returns whether this objects has no annotations with the specified priority.
 

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

Methods in hudson.plugins.analysis.util.model that return Priority
static Priority Priority.fromString(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(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.analysis.util.model that return types with arguments of type Priority
static Collection<Priority> Priority.collectPrioritiesFrom(Priority minimumPriority)
          Gets the priorities starting from the specified priority to HIGH.
 

Methods in hudson.plugins.analysis.util.model with parameters of type Priority
static Collection<Priority> Priority.collectPrioritiesFrom(Priority minimumPriority)
          Gets the priorities starting from the specified priority to HIGH.
 Set<FileAnnotation> AnnotationProvider.getAnnotations(Priority priority)
          Returns the annotations of the specified priority for this object.
 Set<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.
 void AbstractAnnotation.setPriority(Priority priority)
          Sets the priority to the specified value.
 

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

Uses of Priority in hudson.plugins.analysis.views
 

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

Methods in hudson.plugins.analysis.views with parameters of type Priority
protected  PrioritiesDetail PriorityDetailFactory.createPrioritiesDetail(Priority priority, hudson.model.AbstractBuild<?,?> owner, AnnotationContainer container, String defaultEncoding, String header)
          Creates a new priorities detail.
 

Constructors in hudson.plugins.analysis.views with parameters of type Priority
PrioritiesDetail(hudson.model.AbstractBuild<?,?> owner, DetailFactory detailFactory, Collection<FileAnnotation> annotations, Priority priority, String defaultEncoding, String header)
          Creates a new instance of ModuleDetail.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.