hudson.plugins.dry
Class DryDetailBuilder
java.lang.Object
hudson.plugins.dry.util.DetailBuilder
hudson.plugins.dry.DryDetailBuilder
public class DryDetailBuilder
- extends DetailBuilder
A detail builder for dry annotations capable of showing details of linked annotations.
- 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DryDetailBuilder
public DryDetailBuilder()
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.
- Overrides:
createDetails in class DetailBuilder
- 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.