This tools offers a facility to scan Jenkins plugins for a given API usage. It will automatically download all existing Jenkins plugins, and analyze them using the provided criteria.
NOTE: it will NOT find usages in Jelly and Groovy files. Finding usage in WEB-INF/lib/*.jar
is optional (-p
).
See details and deprecated usages for each plugin in the continuous integration.
To run the tool yourself, see USAGE
This tool was originally designed to look exclusively for @Deprecated
code usages.
In early 2019, this has been extended to allow looking for any class usage.
Creator: Emeric Vernat