hudson.plugins.checkstyle.util
Class ModuleDetail
java.lang.Object
hudson.plugins.checkstyle.util.model.AnnotationContainer
hudson.plugins.checkstyle.util.AbstractAnnotationsDetail
hudson.plugins.checkstyle.util.ModuleDetail
- All Implemented Interfaces:
- hudson.model.ModelObject, AnnotationProvider, java.io.Serializable
public class ModuleDetail
- extends AbstractAnnotationsDetail
Result object to visualize the package statistics of a module.
- Author:
- Ulli Hafner
- See Also:
- Serialized Form
|
Constructor Summary |
ModuleDetail(hudson.model.AbstractBuild<?,?> owner,
MavenModule module,
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()
|
java.lang.String |
getHeader()
Returns the header for the detail screen. |
java.lang.String |
getToolTip(java.lang.String packageName)
Returns a tooltip showing the distribution of priorities for the selected
package. |
| Methods inherited from class hudson.plugins.checkstyle.util.model.AnnotationContainer |
addAnnotation, addAnnotations, addAnnotations, containsCategory, containsFile, containsModule, containsPackage, containsType, getAnnotation, getAnnotation, getAnnotationBound, getAnnotations, getAnnotations, getAnnotations, getCategories, getCategory, getContainer, getFile, getFile, getFiles, getHighAnnotations, getHighPriority, getLowAnnotations, getLowPriority, getModule, getModules, getName, getNormalAnnotations, getNormalPriority, 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 |
ModuleDetail
public ModuleDetail(hudson.model.AbstractBuild<?,?> owner,
MavenModule module,
java.lang.String header)
- Creates a new instance of
ModuleDetail.
- Parameters:
owner - current build as owner of this action.module - the module to show the details forheader - header to be shown on detail page
getDisplayName
public java.lang.String getDisplayName()
-
getHeader
public java.lang.String getHeader()
- Returns the header for the detail screen.
- Overrides:
getHeader in class AbstractAnnotationsDetail
- Returns:
- the header
getToolTip
public java.lang.String getToolTip(java.lang.String packageName)
- Returns a tooltip showing the distribution of priorities for the selected
package.
- Parameters:
packageName - the package to show the distribution for
- Returns:
- a tooltip showing the distribution of priorities
getChildren
protected java.util.Collection<? extends AnnotationContainer> getChildren()
- Returns the children containers of this container.
If we are already at the leaf level, then an empty collection is returned.
- Specified by:
getChildren in class AnnotationContainer
- Returns:
- the children containers of this container.
Copyright © 2008. All Rights Reserved.