stable

Clone or download

Read-only

Import webhooks from XML

This is part of story #11035 trigger webhook on artifact updates The <webhhooks> tag is now imported from XML. Change-Id: Id1431e00f418297ff95202578714f02eada87191

Modified Files

Name
M plugins/tracker/include/Tracker/Tracker.class.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +13 −2 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/WebhookDao.php +8 −0 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/WebhookFactory.php +29 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +19 −3 Go to diff View file
A plugins/tracker/phpunit/Tracker/Webhook/WebhookFactoryTest.php +58 −0 Go to diff View file
M plugins/tracker/tests/TrackerXmlImportTest.php +21 −11 Go to diff View file