-
Bug
-
Resolution: Fixed
-
Minor
View.onJobRenamed does not work well with item groups. Jenkins could instead include a single ItemListener which told views when a job was renamed, relieving the code doing the rename (such as in Jenkins or Folder) from having to call this method. (Same for deletions.) That would also allow views to be notified when a job in a subfolder (which ListView now supports) is renamed, which is currently not possible. Perhaps onJobRenamed should be deprecated, and a new callback introduced which can handle jobs in subfolders and also cross-folder moves.
- depends on
-
JENKINS-22769 ListView's ItemListener runs with user privileges, might miss affected views
- Resolved
-
JENKINS-25276 Job Disappears from ListView after rename
- Resolved
- is duplicated by
-
JENKINS-21075 When renaming a job in a folder, higher level views aren't notified
- Resolved
- is related to
-
JENKINS-18028 ItemListener.onMoved
- Resolved