-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 1.609.3
plugin-usage-plugin 0.3
The usage information shown excludes all Maven projects:
in plugin-usage-plugin/src/main/java/org/jenkinsci/plugins/pluginusage/analyzer/JobCollector.java informations collected with
List<Project> allItems = Jenkins.getInstance().getAllItems(Project.class);
But a "Maven project" is not (in the Java class hierarchy of Jenkins) a hudson.model.Project. It's a hudson.model.AbstractProject, though.
- is related to
-
JENKINS-35159 Plugin usage plugin does not count usages within a promotion process
- Closed
-
JENKINS-30673 Plugin usage plugin does not count usages within a conditional build step
- Closed
-
JENKINS-30805 Plugin usage plugin does not identify "Jenkins Maven Release Plug-in Plug-in"
- Closed