hudson.plugins.tasks
Class TasksDetailBuilder

java.lang.Object
  extended by hudson.plugins.tasks.TasksDetailBuilder

public class TasksDetailBuilder
extends java.lang.Object

Creates detail objects for the selected element of a tasks container.

Author:
Ulli Hafner

Constructor Summary
TasksDetailBuilder()
           
 
Method Summary
 java.lang.Object getDynamic(java.lang.String link, hudson.model.AbstractBuild<?,?> owner, hudson.plugins.analysis.util.model.AnnotationContainer container, java.util.Collection<hudson.plugins.analysis.util.model.FileAnnotation> fixedAnnotations, java.util.Collection<hudson.plugins.analysis.util.model.FileAnnotation> newAnnotations, java.util.List<java.lang.String> errors, java.lang.String defaultEncoding, 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.
 java.lang.Object getDynamic(java.lang.String link, hudson.model.AbstractBuild<?,?> owner, hudson.plugins.analysis.util.model.AnnotationContainer container, java.lang.String defaultEncoding, 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

TasksDetailBuilder

public TasksDetailBuilder()
Method Detail

getDynamic

public java.lang.Object getDynamic(java.lang.String link,
                                   hudson.model.AbstractBuild<?,?> owner,
                                   hudson.plugins.analysis.util.model.AnnotationContainer container,
                                   java.lang.String defaultEncoding,
                                   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
defaultEncoding - the default encoding to be used when reading and parsing files
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).

getDynamic

public java.lang.Object getDynamic(java.lang.String link,
                                   hudson.model.AbstractBuild<?,?> owner,
                                   hudson.plugins.analysis.util.model.AnnotationContainer container,
                                   java.util.Collection<hudson.plugins.analysis.util.model.FileAnnotation> fixedAnnotations,
                                   java.util.Collection<hudson.plugins.analysis.util.model.FileAnnotation> newAnnotations,
                                   java.util.List<java.lang.String> errors,
                                   java.lang.String defaultEncoding,
                                   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
fixedAnnotations - the annotations fixed in this build
newAnnotations - the annotations new in this build
errors - the errors in this build
defaultEncoding - the default encoding to be used when reading and parsing files
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 © 2004-2011. All Rights Reserved.