Uses of Interface
hudson.plugins.analysis.util.model.AnnotationProvider

Packages that use AnnotationProvider
hudson.plugins.analysis.core   
hudson.plugins.analysis.util.model   
hudson.plugins.analysis.views   
 

Uses of AnnotationProvider in hudson.plugins.analysis.core
 

Classes in hudson.plugins.analysis.core that implement AnnotationProvider
 class BuildResult
          A base class for build results that is capable of storing a reference to the current build.
 

Methods in hudson.plugins.analysis.core with parameters of type AnnotationProvider
 hudson.model.HealthReport HealthReportBuilder.computeHealth(AnnotationProvider result)
          Computes the healthiness of a build based on the specified results.
protected  hudson.model.HealthReport HealthReportBuilder.computeHealth(int counter, AnnotationProvider result)
          Computes the healthiness of a build based on the specified counter.
protected  org.jvnet.localizer.Localizable NullHealthDescriptor.createDescription(AnnotationProvider result)
           
protected abstract  org.jvnet.localizer.Localizable AbstractHealthDescriptor.createDescription(AnnotationProvider result)
          Returns a localized description of the build health.
 

Uses of AnnotationProvider in hudson.plugins.analysis.util.model
 

Classes in hudson.plugins.analysis.util.model that implement AnnotationProvider
 class AnnotationContainer
          A container for annotations.
 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.
 

Uses of AnnotationProvider in hudson.plugins.analysis.views
 

Classes in hudson.plugins.analysis.views that implement AnnotationProvider
 class AbstractAnnotationsDetail
          Base class for annotation detail objects.
 class AttributeDetail
          Result object to visualize the statistics of a given attribute.
 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.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.