hudson.plugins.dry
Class DryTabDetail

java.lang.Object
  extended by hudson.plugins.analysis.util.model.AnnotationContainer
      extended by hudson.plugins.analysis.views.AbstractAnnotationsDetail
          extended by hudson.plugins.analysis.views.TabDetail
              extended by hudson.plugins.dry.DryTabDetail
All Implemented Interfaces:
hudson.model.ModelObject, hudson.plugins.analysis.util.model.AnnotationProvider, java.io.Serializable, java.lang.Comparable<hudson.plugins.analysis.util.model.AnnotationContainer>

public class DryTabDetail
extends hudson.plugins.analysis.views.TabDetail

Detail view for the DRY plug-in: uses different table visualization.

Author:
Ulli Hafner
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.plugins.analysis.util.model.AnnotationContainer
hudson.plugins.analysis.util.model.AnnotationContainer.Hierarchy
 
Constructor Summary
DryTabDetail(hudson.model.AbstractBuild<?,?> owner, java.util.Collection<hudson.plugins.analysis.util.model.FileAnnotation> annotations, java.lang.String url, java.lang.String defaultEncoding)
          Creates a new instance of TabDetail.
 
Method Summary
 
Methods inherited from class hudson.plugins.analysis.views.TabDetail
getDisplayName, getUrl
 
Methods inherited from class hudson.plugins.analysis.views.AbstractAnnotationsDetail
getDefaultEncoding, getDynamic, getHeader, getLocalizedPriority, getOwner, getPriorities, isCurrent
 
Methods inherited from class hudson.plugins.analysis.util.model.AnnotationContainer
addAnnotation, addAnnotations, addAnnotations, compareTo, containsCategory, containsFile, containsModule, containsPackage, containsType, equals, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getCategories, getCategory, getCategory, getContainer, getFile, getFile, getFiles, getHighAnnotations, getHighPriority, getLowAnnotations, getLowPriority, getModule, getModule, getModules, getName, getNormalAnnotations, getNormalPriority, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfHighAnnotations, getNumberOfLowAnnotations, getNumberOfNormalAnnotations, getPackage, getPackage, getPackageCategoryName, getPackages, getSortedAnnotations, getToolTip, getType, getType, getTypes, getUpperBound, hasAnnotations, hasAnnotations, hasAnnotations, hashCode, hasNoAnnotations, hasNoAnnotations, hasNoAnnotations, rebuildMappings, setHierarchy, setName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DryTabDetail

public DryTabDetail(hudson.model.AbstractBuild<?,?> owner,
                    java.util.Collection<hudson.plugins.analysis.util.model.FileAnnotation> annotations,
                    java.lang.String url,
                    java.lang.String defaultEncoding)
Creates a new instance of TabDetail.

Parameters:
owner - current build as owner of this action.
annotations - the module to show the details for
url - URL to render the content of this tab
defaultEncoding - the default encoding to be used when reading and parsing files


Copyright © 2010. All Rights Reserved.