hudson.plugins.analysis.views
Class FixedWarningsDetail
java.lang.Object
hudson.plugins.analysis.util.model.AnnotationContainer
hudson.plugins.analysis.views.AbstractAnnotationsDetail
hudson.plugins.analysis.views.FixedWarningsDetail
- All Implemented Interfaces:
- hudson.model.ModelObject, AnnotationProvider, Serializable, Comparable<AnnotationContainer>
public class FixedWarningsDetail
- extends AbstractAnnotationsDetail
Result object to visualize the fixed warnings in a build.
- 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 |
FixedWarningsDetail
public FixedWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
DetailFactory detailFactory,
Collection<FileAnnotation> fixedWarnings,
String defaultEncoding,
String header)
- Creates a new instance of
FixedWarningsDetail.
- Parameters:
owner - the current results object as owner of this actiondetailFactory - factory to create detail objects withfixedWarnings - all fixed warnings in this builddefaultEncoding - the default encoding to be used when reading and parsing filesheader - header to be shown on detail page
getDisplayName
public String getDisplayName()
-
Copyright © 2004-2012 Hudson. All Rights Reserved.