5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java25,266 stars (25,266 stars)9,474 forks (9,474 forks)batch import
component:coreenhancementgood first issueimported-jira-issuepriority:minorresolution:unresolved
- Issue type
- feature
- Research direction
- The issue requests increasing visibility of PluginWrapper's @Exported getters so that the /pluginManager/api/json endpoint returns meaningful data instead of empty objects. Look at the PluginWrapper class in the Jenkins core repository (e.g., `core/src/main/java/hudson/PluginWrapper.java`) to identify which getters are missing @Exported annotations or have insufficient visibility. Ensure that the JSON output includes fields like `longName`, `version`, etc. Check any existing comments for additional context or suggested getters.