|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.pmd.util.model.AnnotationContainer
hudson.plugins.pmd.util.AbstractAnnotationsDetail
hudson.plugins.pmd.util.FileDetail
public class FileDetail
Result object to visualize the package statistics of a module.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.pmd.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
FileDetail(hudson.model.AbstractBuild<?,?> owner,
WorkspaceFile file,
java.lang.String header)
Creates a new instance of ModuleDetail. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
|
WorkspaceFile |
getFile(int hashCode)
Gets the file with the given hash code. |
WorkspaceFile |
getFile(java.lang.String name)
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. |
| Methods inherited from class hudson.plugins.pmd.util.AbstractAnnotationsDetail |
|---|
getDynamic, getLocalizedPriority, getOwner, getPriorities, isCurrent |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileDetail(hudson.model.AbstractBuild<?,?> owner,
WorkspaceFile file,
java.lang.String header)
ModuleDetail.
owner - current build as owner of this action.file - the file to show the details forheader - header to be shown on detail page| Method Detail |
|---|
public java.lang.String getHeader()
getHeader in class AbstractAnnotationsDetailpublic java.lang.String getDisplayName()
public java.util.Collection<WorkspaceFile> getFiles()
getFiles in class AnnotationContainerpublic WorkspaceFile getFile(int hashCode)
getFile in class AnnotationContainerhashCode - the hash code of the file
public WorkspaceFile getFile(java.lang.String name)
getFile in class AnnotationContainername - the short name of the file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||