hudson.plugins.analysis.views
Class PackageDetail
java.lang.Object
hudson.plugins.analysis.util.model.AnnotationContainer
hudson.plugins.analysis.views.AbstractAnnotationsDetail
hudson.plugins.analysis.views.PackageDetail
- All Implemented Interfaces:
- hudson.model.ModelObject, AnnotationProvider, Serializable, Comparable<AnnotationContainer>
public class PackageDetail
- extends AbstractAnnotationsDetail
Result object to visualize the package statistics of a module.
- 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 |
PackageDetail
public PackageDetail(hudson.model.AbstractBuild<?,?> owner,
DetailFactory detailFactory,
JavaPackage javaPackage,
String defaultEncoding,
String header)
- Creates a new instance of
ModuleDetail.
- Parameters:
owner - current build as owner of this action.detailFactory - factory to create detail objects withjavaPackage - the package to show the details fordefaultEncoding - the default encoding to be used when reading and parsing filesheader - header to be shown on detail page
getHeader
public String getHeader()
- Returns the header for the detail screen.
- Overrides:
getHeader in class AbstractAnnotationsDetail
- Returns:
- the header
getDisplayName
public String getDisplayName()
-
Copyright © 2004-2012 Hudson. All Rights Reserved.