hudson.plugins.analysis.views
Class AttributeDetail

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

public class AttributeDetail
extends AbstractAnnotationsDetail

Result object to visualize the statistics of a given attribute.

Author:
Ulli Hafner
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.plugins.analysis.util.model.AnnotationContainer
AnnotationContainer.Hierarchy
 
Constructor Summary
AttributeDetail(hudson.model.AbstractBuild<?,?> owner, DetailFactory detailFactory, Collection<FileAnnotation> annotations, String defaultEncoding, String header, String name)
          Creates a new instance of AttributeDetail.
 
Method Summary
 String getDisplayName()
          
 
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, getHigh, getHighAnnotations, getHighPriority, getLow, getLowAnnotations, getLowPriority, getModule, getModule, getModules, getName, getNormal, getNormalAnnotations, getNormalPriority, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfHighAnnotations, getNumberOfLowAnnotations, getNumberOfNormalAnnotations, getPackage, getPackage, getPackageCategoryName, getPackageCategoryTitle, 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

AttributeDetail

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

Parameters:
owner - current build as owner of this action.
detailFactory - factory to create detail objects with
annotations - the module to show the details for
header - header to be shown on detail page
defaultEncoding - the default encoding to be used when reading and parsing files
name - name of the attribute shown in the bread crumb
Method Detail

getDisplayName

public String getDisplayName()



Copyright © 2004-2012 Hudson. All Rights Reserved.