5 留言 (5 留言)0 反應 (0 反應)0 負責人 (0 負責人)Java25,266 star (25,266 star)9,474 fork (9,474 fork)batch import
component:coreenhancementgood first issueimported-jira-issuepriority:minorresolution:unresolved
- 議題類型
- feature
- 研究方向
- 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.