public class LintTabDetail
extends hudson.plugins.analysis.views.TabDetail
| Constructor and Description |
|---|
LintTabDetail(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.views.DetailFactory detailFactory,
Collection<hudson.plugins.analysis.util.model.FileAnnotation> annotations,
String url,
String defaultEncoding) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetails() |
String |
getWarnings() |
getDisplayName, getFixed, getUrlgetDefaultEncoding, getDynamic, getHeader, getLocalizedPriority, getOwner, getPriorities, isCurrentaddAnnotation, 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, toStringpublic LintTabDetail(hudson.model.AbstractBuild<?,?> owner,
hudson.plugins.analysis.views.DetailFactory detailFactory,
Collection<hudson.plugins.analysis.util.model.FileAnnotation> annotations,
String url,
String defaultEncoding)
owner - Build owning the result on display.detailFactory - Detail factory to create details.annotations - Annotations being shown.url - URL to render the content of this tab.defaultEncoding - Default encoding to use when reading files.Copyright © 2004-2013. All Rights Reserved.