|
||||||||||
| 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.TabDetail
hudson.plugins.tasks.TasksTabDetail
public class TasksTabDetail
Result object representing a dynamic tab of the tasks plug-in.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.tasks.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
TasksTabDetail(hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.lang.String url,
java.lang.String defaultEncoding,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
Creates a new instance of ModuleDetail. |
|
| 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.TabDetail |
|---|
getDisplayName, getUrl |
| Methods inherited from class hudson.plugins.tasks.util.AbstractAnnotationsDetail |
|---|
getDefaultEncoding, getHeader, getLocalizedPriority, getOwner, isCurrent |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TasksTabDetail(hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.lang.String url,
java.lang.String defaultEncoding,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
ModuleDetail.
owner - current build as owner of this action.container - the container to show the details forurl - URL to render the content of this tabdefaultEncoding - the default encoding to be used when reading and parsing fileshigh - 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 | |||||||||