hudson.plugins.tasks
Class TaskDetailBuilder
java.lang.Object
hudson.plugins.tasks.TaskDetailBuilder
public class TaskDetailBuilder
- extends java.lang.Object
Creates detail objects for the selected element of a tasks container.
- Author:
- Ulli Hafner
|
Method Summary |
java.lang.Object |
getDynamic(java.lang.String link,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.lang.String displayName,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
Returns a detail object for the selected element of a tasks container. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskDetailBuilder
public TaskDetailBuilder()
getDynamic
public java.lang.Object getDynamic(java.lang.String link,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.lang.String displayName,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
- Returns a detail object for the selected element of a tasks container.
- Parameters:
link - the link to the source codeowner - the build as owner of the detail pagecontainer - the annotation container to get the details fordisplayName - the name of the selected objecthigh - tag identifiers indicating high prioritynormal - tag identifiers indicating normal prioritylow - tag identifiers indicating low priority
- Returns:
- the dynamic result of the FindBugs analysis (detail page for a
package).
Copyright © 2008. All Rights Reserved.