stable

Clone or download

Read-only

refactor: Convert Event::SERVICE_CLASSNAMES to object

No functional changes. Part of story #33979: have dedicated Backlog service Change-Id: I42afe73ad6c88a4e23c97773348feb29de1bc0ed

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.php +4 −6 Go to diff View file
M plugins/baseline/include/baselinePlugin.php +4 −7 Go to diff View file
M plugins/docman/include/docmanPlugin.php +4 −3 Go to diff View file
M plugins/git/include/gitPlugin.php +4 −6 Go to diff View file
M plugins/hudson/include/hudsonPlugin.php +4 −6 Go to diff View file
M plugins/kanban/include/kanbanPlugin.php +4 −5 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.php +4 −6 Go to diff View file
M plugins/mediawiki_standalone/include/mediawiki_standalonePlugin.php +4 −2 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +4 −2 Go to diff View file
M plugins/svn/include/svnPlugin.php +4 −5 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +4 −6 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +4 −6 Go to diff View file
M src/common/Event/Event.class.php +0 −11 Go to diff View file
M src/common/Plugin/Plugin.php +0 −1 Go to diff View file
M src/common/Project/Service/PluginWithService.php +1 −5 Go to diff View file
M src/common/Project/Service/ServiceClassnameRetriever.php +5 −13 Go to diff View file
A src/common/Project/Service/ServiceClassnamesCollector.php +50 −0 Go to diff View file
M tests/unit/common/Plugin/PluginTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/Service/ServiceClassnameRetrieverTest.php +17 −24 Go to diff View file