|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationContainer | |
|---|---|
| hudson.plugins.pmd.util | |
| hudson.plugins.pmd.util.model | |
| Uses of AnnotationContainer in hudson.plugins.pmd.util |
|---|
| Subclasses of AnnotationContainer in hudson.plugins.pmd.util | |
|---|---|
class |
AbstractAnnotationsDetail
Base class for annotation detail objects. |
class |
AttributeDetail
Result object to visualize the statistics of a category. |
class |
FileDetail
Result object to visualize the package statistics of a module. |
class |
FixedWarningsDetail
Result object to visualize the fixed warnings in a build. |
class |
ModuleDetail
Result object to visualize the package statistics of a module. |
class |
NewWarningsDetail
Result object to visualize the new warnings in a build. |
class |
PackageDetail
Result object to visualize the package statistics of a module. |
class |
PrioritiesDetail
Result object to visualize the priorities statistics of an annotation container. |
class |
TabDetail
Result object representing a dynamic tab. |
| Methods in hudson.plugins.pmd.util that return AnnotationContainer | |
|---|---|
abstract AnnotationContainer |
BuildResult.getContainer()
Gets the annotation container. |
AnnotationContainer |
AnnotationsBuildResult.getContainer()
Gets the annotation container. |
| Methods in hudson.plugins.pmd.util that return types with arguments of type AnnotationContainer | |
|---|---|
protected java.util.Collection<? extends AnnotationContainer> |
FixedWarningsDetail.getChildren()
Returns the children containers of this container. |
protected java.util.Collection<? extends AnnotationContainer> |
PackageDetail.getChildren()
Returns the children containers of this container. |
protected java.util.Collection<? extends AnnotationContainer> |
NewWarningsDetail.getChildren()
Returns the children containers of this container. |
protected java.util.Collection<? extends AnnotationContainer> |
AttributeDetail.getChildren()
Returns the children containers of this container. |
protected java.util.Collection<? extends AnnotationContainer> |
FileDetail.getChildren()
Returns the children containers of this container. |
protected java.util.Collection<? extends AnnotationContainer> |
TabDetail.getChildren()
Returns the children containers of this container. |
protected java.util.Collection<? extends AnnotationContainer> |
ModuleDetail.getChildren()
Returns the children containers of this container. |
protected java.util.Collection<? extends AnnotationContainer> |
PrioritiesDetail.getChildren()
Returns the children containers of this container. |
| Methods in hudson.plugins.pmd.util with parameters of type AnnotationContainer | |
|---|---|
PrioritiesDetail |
PriorityDetailFactory.create(java.lang.String priority,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.lang.String header)
Creates a new priorities detail object. |
java.lang.Object |
DetailBuilder.createDetails(java.lang.String link,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.lang.String displayName)
Returns a detail object for the selected element of the specified annotation container. |
protected PrioritiesDetail |
PriorityDetailFactory.createPrioritiesDetail(Priority priority,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.lang.String header)
Creates a new priorities detail. |
java.lang.Object |
DetailBuilder.createTrendDetails(java.lang.String link,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.util.Collection<FileAnnotation> fixedAnnotations,
java.util.Collection<FileAnnotation> newAnnotations,
java.util.Collection<java.lang.String> errors,
java.lang.String displayName)
Returns a detail object for the selected element of the specified annotation container. |
void |
ChartRenderer.doStatistics(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response,
AnnotationContainer container)
Generates a PNG image for high/normal/low distribution of the specified object. |
| Uses of AnnotationContainer in hudson.plugins.pmd.util.model |
|---|
| Subclasses of AnnotationContainer in hudson.plugins.pmd.util.model | |
|---|---|
class |
DefaultAnnotationContainer
A simple annotation container that stores a set of annotations. |
class |
JavaPackage
A serializable Java Bean class representing a Java package. |
class |
JavaProject
A serializable Java Bean class representing a project that has been built by Hudson. |
class |
MavenModule
A serializable Java Bean class representing a maven module. |
class |
WorkspaceFile
A serializable Java Bean class representing a file in the Hudson workspace. |
| Methods in hudson.plugins.pmd.util.model that return AnnotationContainer | |
|---|---|
AnnotationContainer |
AnnotationContainer.getContainer()
Returns this container. |
| Methods in hudson.plugins.pmd.util.model that return types with arguments of type AnnotationContainer | |
|---|---|
protected java.util.Collection<? extends AnnotationContainer> |
MavenModule.getChildren()
Returns the children containers of this container. |
protected java.util.Collection<? extends AnnotationContainer> |
DefaultAnnotationContainer.getChildren()
Returns the children containers of this container. |
protected java.util.Collection<? extends AnnotationContainer> |
WorkspaceFile.getChildren()
Returns the children containers of this container. |
protected java.util.Collection<? extends AnnotationContainer> |
JavaPackage.getChildren()
Returns the children containers of this container. |
protected java.util.Collection<? extends AnnotationContainer> |
JavaProject.getChildren()
Returns the children containers of this container. |
protected abstract java.util.Collection<? extends AnnotationContainer> |
AnnotationContainer.getChildren()
Returns the children containers of this container. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||