hudson.plugins.tasks
Class TasksDetailBuilder
java.lang.Object
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
|
Method Summary |
java.lang.Object |
getDynamic(java.lang.String link,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.util.Collection<FileAnnotation> fixedAnnotations,
java.util.Collection<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,
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 |
TasksDetailBuilder
public TasksDetailBuilder()
getDynamic
public java.lang.Object getDynamic(java.lang.String link,
hudson.model.AbstractBuild<?,?> owner,
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 codeowner - the build as owner of the detail pagecontainer - the annotation container to get the details fordefaultEncoding - the default encoding to be used when reading and parsing filesdisplayName - 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).
getDynamic
public java.lang.Object getDynamic(java.lang.String link,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.util.Collection<FileAnnotation> fixedAnnotations,
java.util.Collection<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 codeowner - the build as owner of the detail pagecontainer - the annotation container to get the details forfixedAnnotations - the annotations fixed in this buildnewAnnotations - the annotations new in this builderrors - the errors in this builddefaultEncoding - the default encoding to be used when reading and parsing filesdisplayName - 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 © 2009. All Rights Reserved.