hudson.plugins.dry
Class DryDetailBuilder

java.lang.Object
  extended by hudson.plugins.dry.util.DetailBuilder
      extended by 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

Constructor Summary
DryDetailBuilder()
           
 
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 hudson.plugins.dry.util.DetailBuilder
create, createTrendDetails, setDetailBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DryDetailBuilder

public DryDetailBuilder()
Method Detail

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 show
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
Returns:
the dynamic result of this module detail view


Copyright © 2009. All Rights Reserved.