Uses of Interface
hudson.plugins.analysis.core.AnnotationParser

Packages that use AnnotationParser
hudson.plugins.analysis.core   
 

Uses of AnnotationParser in hudson.plugins.analysis.core
 

Classes in hudson.plugins.analysis.core that implement AnnotationParser
 class AbstractAnnotationParser
          A base class for parsers that work on files and produce annotations.
 

Constructors in hudson.plugins.analysis.core with parameters of type AnnotationParser
FilesParser(PluginLogger logger, String filePattern, AnnotationParser parser)
          Deprecated. Use FilesParser.FilesParser(String, String, AnnotationParser, boolean, boolean)
FilesParser(PluginLogger logger, String filePattern, AnnotationParser parser, boolean isMavenBuild)
          Deprecated. Use FilesParser.FilesParser(String, String, AnnotationParser, boolean, boolean)
FilesParser(PluginLogger logger, String filePattern, AnnotationParser parser, String moduleName)
          Deprecated. Use FilesParser.FilesParser(String, String, AnnotationParser, boolean, boolean)
FilesParser(StringPluginLogger logger, String filePattern, AnnotationParser parser, boolean shouldDetectModules, boolean isMavenBuild)
          Deprecated. Use FilesParser.FilesParser(String, String, AnnotationParser, boolean, boolean)
FilesParser(StringPluginLogger logger, String filePattern, AnnotationParser parser, String moduleName)
          Deprecated. Use FilesParser.FilesParser(String, String, AnnotationParser, boolean, boolean)
FilesParser(String pluginId, String filePattern, AnnotationParser parser, boolean shouldDetectModules, boolean isMavenBuild)
          Creates a new instance of FilesParser.
FilesParser(String pluginId, String filePattern, AnnotationParser parser, boolean shouldDetectModules, boolean isMavenBuild, boolean canResolveRelativePaths)
          Creates a new instance of FilesParser.
FilesParser(String pluginId, String filePattern, AnnotationParser parser, String moduleName)
          Creates a new instance of FilesParser.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.