stable

Clone or download

Read-only

Delete the jenkins server

This is part of story #14019 automate jenkins job creation & run You can now click on the confirm action when deleting a jenkins server. The action is done on the backend side. Change-Id: I829e0d830b52141863375c2225b4ddfc4f8e51c4

Modified Files

Name
M plugins/hudson_git/include/HudsonGit/GitJenkinsAdministrationController.php +13 −16 Go to diff View file
A plugins/hudson_git/include/HudsonGit/GitJenkinsAdministrationDeleteController.php +116 −0 Go to diff View file
M plugins/hudson_git/include/HudsonGit/GitJenkinsAdministrationPOSTController.php +12 −1 Go to diff View file
A plugins/hudson_git/include/HudsonGit/GitJenkinsAdministrationServer.php +68 −0 Go to diff View file
M plugins/hudson_git/include/HudsonGit/GitJenkinsAdministrationServerDao.php +19 −0 Go to diff View file
A plugins/hudson_git/include/HudsonGit/GitJenkinsAdministrationServerDeleter.php +41 −0 Go to diff View file
A plugins/hudson_git/include/HudsonGit/GitJenkinsAdministrationServerFactory.php +86 −0 Go to diff View file
M plugins/hudson_git/include/HudsonGit/GitJenkinsAdministrationServerPresenter.php +14 −14 Go to diff View file
M plugins/hudson_git/include/HudsonGit/GitJenkinsAdministrationURLBuilder.php +10 −0 Go to diff View file
M plugins/hudson_git/include/hudson_gitPlugin.php +28 −3 Go to diff View file
M plugins/hudson_git/phpunit/HudsonGit/GitJenkinsAdministrationControllerTest.php +12 −12 Go to diff View file
A plugins/hudson_git/phpunit/HudsonGit/GitJenkinsAdministrationDeleteControllerTest.php +258 −0 Go to diff View file
M plugins/hudson_git/phpunit/HudsonGit/GitJenkinsAdministrationPOSTControllerTest.php +11 −1 Go to diff View file
A plugins/hudson_git/phpunit/HudsonGit/GitJenkinsAdministrationServerDeleterTest.php +72 −0 Go to diff View file
M plugins/hudson_git/site-content/fr_FR/LC_MESSAGES/tuleap-hudson_git.po +6 −0 Go to diff View file
R plugins/hudson_git/templates/git-administration-jenkins.mustache Go to diff View file
A plugins/hudson_git/templates/git-administration/popover-remove-jenkins-server.mustache +16 −0 Go to diff View file
D plugins/hudson_git/templates/popover-remove-jenkins-server.mustache +0 −14 Go to diff View file