hudson.plugins.checkstyle.util
Class AttributeDetail

java.lang.Object
  extended by hudson.plugins.checkstyle.util.model.AnnotationContainer
      extended by hudson.plugins.checkstyle.util.AbstractAnnotationsDetail
          extended by hudson.plugins.checkstyle.util.AttributeDetail
All Implemented Interfaces:
hudson.model.ModelObject, AnnotationProvider, java.io.Serializable, java.lang.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.checkstyle.util.model.AnnotationContainer
AnnotationContainer.Hierarchy
 
Constructor Summary
AttributeDetail(hudson.model.AbstractBuild<?,?> owner, java.util.Collection<FileAnnotation> annotations, java.lang.String defaultEncoding, 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.checkstyle.util.AbstractAnnotationsDetail
getDefaultEncoding, getDynamic, getHeader, getLocalizedPriority, getOwner, getPriorities, isCurrent
 
Methods inherited from class hudson.plugins.checkstyle.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, getToolTip, getType, getType, getTypes, getUpperBound, hasAnnotations, hasAnnotations, hasAnnotations, hashCode, hasNoAnnotations, hasNoAnnotations, hasNoAnnotations, rebuildMappings, setHierarchy, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDetail

public AttributeDetail(hudson.model.AbstractBuild<?,?> owner,
                       java.util.Collection<FileAnnotation> annotations,
                       java.lang.String defaultEncoding,
                       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
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 java.lang.String getDisplayName()



Copyright © 2008. All Rights Reserved.