3 comments (3 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 種別
- 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.