Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: subversion-plugin
-
Labels:None
-
Similar Issues:
Description
As a result of work done on JENKINS-11759, there is a potential new function in the User model called getByCommitName. Where applicable, switch from doing User.get() requests to User.getByCommitName().
Attachments
Issue Links
- depends on
-
JENKINS-11759 Allow single user with multiple usernames, therefore allowing same person to be identified
-
- Resolved
-
As far as I understand the changes in
JENKINS-11759, this was fixed via an extension point. So no other changes needed here.