hudson.plugins.pmd.util
Class AttributeDetail

java.lang.Object
  extended by hudson.plugins.pmd.util.model.AnnotationContainer
      extended by hudson.plugins.pmd.util.AbstractAnnotationsDetail
          extended by hudson.plugins.pmd.util.AttributeDetail
All Implemented Interfaces:
hudson.model.ModelObject, AnnotationProvider, java.io.Serializable

public class AttributeDetail
extends AbstractAnnotationsDetail

Result object to visualize the statistics of a category.

Author:
Ulli Hafner
See Also:
Serialized Form

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

Constructor Detail

AttributeDetail

public AttributeDetail(hudson.model.AbstractBuild<?,?> owner,
                       java.util.Collection<FileAnnotation> annotations,
                       java.lang.String header,
                       java.lang.String name)
Creates a new instance of AttributeDetail.

Parameters:
owner - current build as owner of this action.
annotations - the module to show the details for
header - header to be shown on detail page
name - name of the attribute shown in the bread crumb
Method Detail

getDisplayName

public java.lang.String getDisplayName()



Copyright © 2008. All Rights Reserved.