MRamonLeon / usage-in-plugins

Finds and reports usage of deprecated Jenkins api in plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tool to scan for API Usage in Jenkins plugins

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, and in WEB-INF/lib/*.jar.

Build Status

See details and deprecated usages for each plugin in the continuous integration.

Usage

To run the tool yourself, see USAGE

See also:

Historical note

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.

References

Creator: Emeric Vernat

LICENSE

License MIT

About

Finds and reports usage of deprecated Jenkins api in plugins

License:MIT License


Languages

Language:HTML 86.5%Language:Java 13.4%Language:Dockerfile 0.1%