3 留言 (3 留言)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 adding a getComment() method to ChangeLogSet.Entry to expose the entire commit message. The current implementation likely provides getMsg() which returns only the first line. The task involves modifying the ChangeLogSet.Entry class in the Jenkins core (likely in src/main/java/hudson/scm/ChangeLogSet.java or similar). The proposed code snippet adds an abstract method with @Exported annotation. The contributor should examine the existing class, verify the superclass or interface, and implement the method to return the full commit message. The stalled PR (if any) should be reviewed for previous work. The contributor should also ensure backward compatibility and update any related tests or documentation.