hudson.plugins.warnings.util
Class PrioritiesDetail
java.lang.Object
hudson.plugins.warnings.util.model.AnnotationContainer
hudson.plugins.warnings.util.AbstractAnnotationsDetail
hudson.plugins.warnings.util.PrioritiesDetail
- All Implemented Interfaces:
- hudson.model.ModelObject, AnnotationProvider, java.io.Serializable, java.lang.Comparable<AnnotationContainer>
public class PrioritiesDetail
- extends AbstractAnnotationsDetail
Result object to visualize the priorities statistics of an annotation container.
- Author:
- Ulli Hafner
- See Also:
- Serialized Form
|
Constructor Summary |
PrioritiesDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> annotations,
Priority priority,
java.lang.String defaultEncoding,
java.lang.String header)
Creates a new instance of ModuleDetail. |
|
Method Summary |
java.lang.String |
getDisplayName()
|
java.lang.String |
getHeader()
Returns the header for the detail screen. |
| Methods inherited from class hudson.plugins.warnings.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 |
PrioritiesDetail
public PrioritiesDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> annotations,
Priority priority,
java.lang.String defaultEncoding,
java.lang.String header)
- Creates a new instance of
ModuleDetail.
- Parameters:
owner - current build as owner of this action.annotations - the package to show the details forpriority - the priority of all annotationsdefaultEncoding - the default encoding to be used when reading and parsing filesheader - header to be shown on detail page
getHeader
public java.lang.String getHeader()
- Returns the header for the detail screen.
- Overrides:
getHeader in class AbstractAnnotationsDetail
- Returns:
- the header
getDisplayName
public java.lang.String getDisplayName()
-
Copyright © 2009. All Rights Reserved.