| 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. |