|
||||||||||
| 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.NewWarningsDetail
public class NewWarningsDetail
Result object to visualize the new warnings in a build.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.findbugs.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
NewWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> newWarnings,
java.lang.String header)
Creates a new instance of NewWarningsDetail. |
|
| Method Summary | |
|---|---|
protected java.util.Collection<? extends AnnotationContainer> |
getChildren()
Returns the children containers of this container. |
java.lang.String |
getDisplayName()
|
| Methods inherited from class hudson.plugins.findbugs.util.AbstractAnnotationsDetail |
|---|
createDetailGraph, doStatistics, getDynamic, getHeader, getLocalizedPriority, getOwner, getPriorities, isCurrent |
| Methods inherited from class hudson.plugins.findbugs.util.model.AnnotationContainer |
|---|
addAnnotation, addAnnotations, addAnnotations, containsCategory, containsFile, containsModule, containsPackage, containsType, getAnnotation, getAnnotation, getAnnotationBound, getAnnotations, getAnnotations, getAnnotations, getCategories, getCategory, getContainer, getFile, getFiles, getHighAnnotations, getLowAnnotations, getModule, getModules, getName, getNormalAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getPackage, getPackageCategoryName, getPackages, getToolTip, getType, getTypes, 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 NewWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> newWarnings,
java.lang.String header)
NewWarningsDetail.
owner - the current build as owner of this actionnewWarnings - all new warnings in this buildheader - header to be shown on detail page| Method Detail |
|---|
public java.lang.String getDisplayName()
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 | |||||||||