stable

Clone or download

Read-only

Refactoring: do not leak plugins into core

This is a follow-up to story #9083: trigger webhooks on git push The first rule of Tuleap Plugin is: You do not talk about Tuleap Plugin in core. Change-Id: Ib40b638f0ea7ab09ec592836caa9c8da782ff230

Modified Files

Name
M plugins/hudson_git/include/HudsonGit/Hook/HookTriggerController.php +2 −3 Go to diff View file
A plugins/hudson_git/include/HudsonGit/Hook/JenkinsClient.php +76 −0 Go to diff View file
A plugins/hudson_git/include/HudsonGit/Hook/UnableToLaunchBuildException.php +25 −0 Go to diff View file
M plugins/hudson_git/include/autoload.php +4 −2 Go to diff View file
M plugins/hudson_git/include/hudson_gitPlugin.class.php +6 −4 Go to diff View file
M src/common/Jenkins/Client.class.php +0 −31 Go to diff View file