hudson.plugins.tasks
Class TaskDetailBuilder

java.lang.Object
  extended by 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

Constructor Summary
TaskDetailBuilder()
           
 
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
 

Constructor Detail

TaskDetailBuilder

public TaskDetailBuilder()
Method Detail

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 code
owner - the build as owner of the detail page
container - the annotation container to get the details for
displayName - the name of the selected object
high - tag identifiers indicating high priority
normal - tag identifiers indicating normal priority
low - tag identifiers indicating low priority
Returns:
the dynamic result of the FindBugs analysis (detail page for a package).


Copyright © 2008. All Rights Reserved.