|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tasks.TaskTagsHandler
public class TaskTagsHandler
Handles the tags of the open tasks.
| Constructor Summary | |
|---|---|
TaskTagsHandler(String high,
String normal,
String low,
hudson.plugins.analysis.util.model.AnnotationContainer provider)
Creates a new instance of TaskTagsHandler. |
|
| Method Summary | |
|---|---|
Collection<String> |
getAvailablePriorities()
Returns the defined priorities. |
hudson.plugins.analysis.util.model.Priority[] |
getPriorities()
Returns the actually used priorities. |
String |
getTags(hudson.plugins.analysis.util.model.Priority priority)
Returns the tags for the specified priority. |
String |
getTags(String priority)
Returns the tags for the specified priority. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskTagsHandler(String high,
String normal,
String low,
hudson.plugins.analysis.util.model.AnnotationContainer provider)
TaskTagsHandler.
high - tag identifiers indicating high prioritynormal - tag identifiers indicating normal prioritylow - tag identifiers indicating low priorityprovider - References all the warnings.| Method Detail |
|---|
public hudson.plugins.analysis.util.model.Priority[] getPriorities()
public Collection<String> getAvailablePriorities()
public final String getTags(String priority)
priority - the priority
public final String getTags(hudson.plugins.analysis.util.model.Priority priority)
priority - the priority
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||