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

Packages that use AnnotationProvider
hudson.plugins.tasks   
hudson.plugins.tasks.parser   
hudson.plugins.tasks.util   
hudson.plugins.tasks.util.model   
 

Uses of AnnotationProvider in hudson.plugins.tasks
 

Classes in hudson.plugins.tasks that implement AnnotationProvider
 class AbstractTasksResult
          Base class for tasks detail objects.
 class ModuleDetail
          Represents the details of a maven module.
 class PackageDetail
          Represents the tasks details of a Java package.
 

Methods in hudson.plugins.tasks with parameters of type AnnotationProvider
protected  void AbstractTasksResult.createDetailGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, AnnotationProvider detailObject, int upperBound)
          Creates a detail graph for the specified detail object.
 

Uses of AnnotationProvider in hudson.plugins.tasks.parser
 

Classes in hudson.plugins.tasks.parser that implement AnnotationProvider
 class TasksProject
          Remembers the number of scanned files in a JavaProject.
 

Uses of AnnotationProvider in hudson.plugins.tasks.util
 

Methods in hudson.plugins.tasks.util with parameters of type AnnotationProvider
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.tasks.util.model
 

Classes in hudson.plugins.tasks.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.
 



Copyright © 2008. All Rights Reserved.