|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.findbugs.util.model.AnnotationContainer
hudson.plugins.findbugs.util.AbstractAnnotationsDetail
hudson.plugins.findbugs.util.FixedWarningsDetail
public class FixedWarningsDetail
Result object to visualize the fixed warnings in a build.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.findbugs.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
FixedWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> fixedWarnings,
java.lang.String header)
Creates a new instance of FixedWarningsDetail. |
|
| Method Summary | |
|---|---|
protected java.util.Collection<? extends AnnotationContainer> |
getChildren()
Returns the children containers of this container. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getHeader()
Returns the header for the detail screen. |
| Methods inherited from class hudson.plugins.findbugs.util.AbstractAnnotationsDetail |
|---|
createDetailGraph, doModuleStatistics, doPackageStatistics, getDynamic, getDynamic, getLocalizedPriority, getOwner, getPriorities, isCurrent, isSingleModuleProject, isSinglePackageProject |
| Methods inherited from class hudson.plugins.findbugs.util.model.AnnotationContainer |
|---|
addAnnotation, addAnnotations, addAnnotations, containsFile, containsModule, containsPackage, getAnnotation, getAnnotation, getAnnotationBound, getAnnotations, getAnnotations, getAnnotations, getFile, getFiles, getModule, getModules, getName, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getPackage, getPackageCategoryName, getPackages, getToolTip, hasAnnotations, hasAnnotations, hasAnnotations, rebuildMappings, setHierarchy, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixedWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> fixedWarnings,
java.lang.String header)
FixedWarningsDetail.
owner - the current results object as owner of this actionfixedWarnings - all fixed warnings in this buildheader - header to be shown on detail page| Method Detail |
|---|
public java.lang.String getDisplayName()
public java.lang.String getHeader()
protected java.util.Collection<? extends AnnotationContainer> getChildren()
getChildren in class AnnotationContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||