hudson.plugins.checkstyle.util
Class DetailBuilder
java.lang.Object
hudson.plugins.checkstyle.util.DetailBuilder
public class DetailBuilder
- extends java.lang.Object
Creates detail objects for the selected element of a annotation container.
- Author:
- Ulli Hafner
|
Method Summary |
java.lang.Object |
createDetails(java.lang.String link,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.lang.String defaultEncoding,
java.lang.String displayName)
Returns a detail object for the selected element of the specified annotation container. |
java.lang.Object |
createTrendDetails(java.lang.String link,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.util.Collection<FileAnnotation> fixedAnnotations,
java.util.Collection<FileAnnotation> newAnnotations,
java.util.Collection<java.lang.String> errors,
java.lang.String defaultEncoding,
java.lang.String displayName)
Returns a detail object for the selected element of the specified annotation container. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DetailBuilder
public DetailBuilder()
createTrendDetails
public java.lang.Object createTrendDetails(java.lang.String link,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.util.Collection<FileAnnotation> fixedAnnotations,
java.util.Collection<FileAnnotation> newAnnotations,
java.util.Collection<java.lang.String> errors,
java.lang.String defaultEncoding,
java.lang.String displayName)
- Returns a detail object for the selected element of the specified annotation container.
The details will include the new and fixed warnings trends as well as the errors report.
- Parameters:
link - the link to identify the sub page to showowner - 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 object
- Returns:
- the dynamic result of this module detail view
createDetails
public java.lang.Object createDetails(java.lang.String link,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.lang.String defaultEncoding,
java.lang.String displayName)
- Returns a detail object for the selected element of the specified annotation container.
- Parameters:
link - the link to identify the sub page to showowner - 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 object
- Returns:
- the dynamic result of this module detail view
Copyright © 2009. All Rights Reserved.