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

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

Uses of Priority in hudson.plugins.tasks
 

Methods in hudson.plugins.tasks that return Priority
 Priority[] TasksTabDetail.getPriorities()
          Returns all possible priorities.
 Priority[] TasksPackageDetail.getPriorities()
          Returns all possible priorities.
 Priority[] TaskTagsHandler.getPriorities()
          Returns the actually used priorities.
 Priority[] TasksModuleDetail.getPriorities()
          Returns all possible priorities.
 Priority[] TasksResult.getPriorities()
          Returns the actually used priorities.
 Priority[] TasksFileDetail.getPriorities()
          Returns all possible priorities.
 Priority[] TasksPrioritiesDetail.getPriorities()
          Returns all possible priorities.
 

Methods in hudson.plugins.tasks with parameters of type Priority
 java.lang.String TasksTabDetail.getTags(Priority priority)
          Returns the defined tags for the given priority.
 java.lang.String TasksPackageDetail.getTags(Priority priority)
          Returns the defined tags for the given priority.
 java.lang.String TaskTagsHandler.getTags(Priority priority)
          Returns the tags for the specified priority.
 java.lang.String TasksModuleDetail.getTags(Priority priority)
          Returns the defined tags for the given priority.
 java.lang.String TasksResult.getTags(Priority priority)
          Returns the tags for the specified priority.
 java.lang.String TasksFileDetail.getTags(Priority priority)
          Returns the defined tags for the given priority.
 java.lang.String TasksPrioritiesDetail.getTags(Priority priority)
          Returns the defined tags for the given priority.
 

Constructors in hudson.plugins.tasks with parameters of type Priority
TasksPrioritiesDetail(hudson.model.AbstractBuild<?,?> owner, AnnotationContainer container, Priority priority, java.lang.String defaultEncoding, java.lang.String header, java.lang.String high, java.lang.String normal, java.lang.String low)
          Creates a new instance of TasksPrioritiesDetail.
 

Uses of Priority in hudson.plugins.tasks.parser
 

Constructors in hudson.plugins.tasks.parser with parameters of type Priority
Task(Priority priority, int lineNumber, java.lang.String message)
          Creates a new instance of Task.
 

Uses of Priority in hudson.plugins.tasks.util
 

Methods in hudson.plugins.tasks.util that return Priority
 Priority HealthAwareMavenReporter.getMinimumPriority()
          Returns the minimum priority that should be considered when computing build health and stability.
 Priority HealthAwarePublisher.getMinimumPriority()
          Returns the minimum priority that should be considered when computing build health and stability.
 Priority HealthDescriptor.getMinimumPriority()
          Returns the minimum priority that should be considered when computing build health and stability.
 Priority AbstractHealthDescriptor.getMinimumPriority()
          Returns the minimum priority that should be considered when computing build health and stability.
 Priority[] AbstractAnnotationsDetail.getPriorities()
          Returns all possible priorities.
 Priority[] BuildResult.getPriorities()
          Returns all possible priorities.
 

Methods in hudson.plugins.tasks.util with parameters of type Priority
protected  PrioritiesDetail PriorityDetailFactory.createPrioritiesDetail(Priority priority, hudson.model.AbstractBuild<?,?> owner, AnnotationContainer container, java.lang.String defaultEncoding, 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 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.
 

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

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

Methods in hudson.plugins.tasks.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 AbstractAnnotation.getPriority()
          Returns the priority of this annotation.
 Priority FileAnnotation.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.tasks.util.model that return types with arguments of type Priority
static java.util.Collection<Priority> Priority.collectPrioritiesFrom(Priority minimumPriority)
          Gets the priorities starting from the specified priority to HIGH.
 

Methods in hudson.plugins.tasks.util.model with parameters of type Priority
static java.util.Collection<Priority> Priority.collectPrioritiesFrom(Priority minimumPriority)
          Gets the priorities starting from the specified priority to HIGH.
 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.
 void AbstractAnnotation.setPriority(Priority priority)
          Sets the priority to the specified value.
 

Constructors in hudson.plugins.tasks.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 © 2009. All Rights Reserved.