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.