|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tasks.util.model.AnnotationContainer
hudson.plugins.tasks.util.AbstractAnnotationsDetail
hudson.plugins.tasks.util.PrioritiesDetail
hudson.plugins.tasks.TasksPrioritiesDetail
public class TasksPrioritiesDetail
Result object to visualize the priorities statistics of an annotation container.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.tasks.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
java.util.Collection<java.lang.String> |
getAvailablePriorities()
Returns all priorities that have a user defined tag. |
java.lang.Object |
getDynamic(java.lang.String link,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Returns the dynamic result of this module detail view. |
Priority[] |
getPriorities()
Returns all possible priorities. |
java.lang.String |
getTags(Priority priority)
Returns the defined tags for the given priority. |
java.lang.String |
getTags(java.lang.String priority)
Returns the defined tags for the given priority. |
| Methods inherited from class hudson.plugins.tasks.util.PrioritiesDetail |
|---|
getDisplayName, getHeader |
| Methods inherited from class hudson.plugins.tasks.util.AbstractAnnotationsDetail |
|---|
getDefaultEncoding, getLocalizedPriority, getOwner, isCurrent |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public 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)
TasksPrioritiesDetail.
owner - the current build as owner of this result objectcontainer - the annotations to show the details forpriority - the priority of all annotationsdefaultEncoding - the default encoding to be used when reading and parsing filesheader - header to be shown on detail pagehigh - tag identifiers indicating high prioritynormal - tag identifiers indicating normal prioritylow - tag identifiers indicating low priority| Method Detail |
|---|
public java.lang.Object getDynamic(java.lang.String link,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
getDynamic in class AbstractAnnotationsDetaillink - the link to identify the sub page to showrequest - Stapler requestresponse - Stapler response
public java.util.Collection<java.lang.String> getAvailablePriorities()
public Priority[] getPriorities()
getPriorities in class AbstractAnnotationsDetailpublic final java.lang.String getTags(Priority priority)
priority - the priority
public final java.lang.String getTags(java.lang.String priority)
priority - the priority
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||