hudson.plugins.analysis.views
Class AttributeDetail
java.lang.Object
hudson.plugins.analysis.util.model.AnnotationContainer
hudson.plugins.analysis.views.AbstractAnnotationsDetail
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
| 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 |
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 withannotations - the module to show the details forheader - header to be shown on detail pagedefaultEncoding - the default encoding to be used when reading and parsing filesname - name of the attribute shown in the bread crumb
getDisplayName
public String getDisplayName()
-
Copyright © 2004-2012 Hudson. All Rights Reserved.