|
||||||||||
| 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.PackageDetail
public class PackageDetail
Result object to visualize the package statistics of a module.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.findbugs.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
PackageDetail(hudson.model.AbstractBuild<?,?> owner,
JavaPackage javaPackage,
java.lang.String header)
Creates a new instance of ModuleDetail. |
|
| Method Summary | |
|---|---|
protected java.util.Collection<? extends AnnotationContainer> |
getChildren()
Returns the children containers of this container. |
java.lang.String |
getDisplayName()
|
WorkspaceFile |
getFile(java.lang.String fileName)
Gets the file with the given name. |
java.util.Collection<WorkspaceFile> |
getFiles()
Gets the files of this container that have annotations. |
java.lang.String |
getHeader()
Returns the header for the detail screen. |
JavaPackage |
getPackage()
Returns the maven module. |
| 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, 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 PackageDetail(hudson.model.AbstractBuild<?,?> owner,
JavaPackage javaPackage,
java.lang.String header)
ModuleDetail.
owner - current build as owner of this action.javaPackage - the package to show the details forheader - header to be shown on detail page| Method Detail |
|---|
public java.lang.String getHeader()
public java.lang.String getDisplayName()
public JavaPackage getPackage()
public java.util.Collection<WorkspaceFile> getFiles()
getFiles in class AnnotationContainerpublic WorkspaceFile getFile(java.lang.String fileName)
getFile in class AnnotationContainerfileName - the short name of the file
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 | |||||||||