|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationProvider | |
|---|---|
| hudson.plugins.checkstyle | |
| hudson.plugins.checkstyle.util | |
| hudson.plugins.checkstyle.util.model | |
| Uses of AnnotationProvider in hudson.plugins.checkstyle |
|---|
| Classes in hudson.plugins.checkstyle that implement AnnotationProvider | |
|---|---|
class |
CheckStyleResult
Represents the results of the Checkstyle analysis. |
| Uses of AnnotationProvider in hudson.plugins.checkstyle.util |
|---|
| Classes in hudson.plugins.checkstyle.util with type parameters of type AnnotationProvider | |
|---|---|
class |
AbstractResultAction<T extends AnnotationProvider>
Controls the live cycle of Hudson results. |
| Classes in hudson.plugins.checkstyle.util that implement AnnotationProvider | |
|---|---|
class |
AbstractAnnotationsDetail
Base class for annotation detail objects. |
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. |
| Methods in hudson.plugins.checkstyle.util with parameters of type AnnotationProvider | |
|---|---|
protected void |
AbstractAnnotationsDetail.createDetailGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response,
AnnotationProvider detailObject,
int upperBound)
Creates a detail graph for the specified detail object. |
static void |
ChartRenderer.renderPriorititesChart(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response,
AnnotationProvider detailObject,
int upperBound)
Creates a priority distribution graph for the specified annotation provider. |
| Uses of AnnotationProvider in hudson.plugins.checkstyle.util.model |
|---|
| Classes in hudson.plugins.checkstyle.util.model that implement AnnotationProvider | |
|---|---|
class |
AnnotationContainer
A container for 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||