stable

Clone or download

Read-only

New /projects/{id}/git_jenkins_servers REST route

Part of story #14019 automate jenkins job creation & run Change-Id: Ifaa95cade68496186be6824462f6507818413364

Modified Files

Name
M plugins/hudson_git/include/HudsonGit/Git/Administration/JenkinsServerDao.php +14 −0 Go to diff View file
A plugins/hudson_git/include/HudsonGit/REST/ResourcesInjector.php +39 −0 Go to diff View file
A plugins/hudson_git/include/HudsonGit/REST/v1/GitJenkinsServersResource.php +188 −0 Go to diff View file
A plugins/hudson_git/include/HudsonGit/REST/v1/JenkinsServerRepresentation.php +47 −0 Go to diff View file
A plugins/hudson_git/include/HudsonGit/REST/v1/JenkinsServerRepresentationCollection.php +52 −0 Go to diff View file
M plugins/hudson_git/include/hudson_gitPlugin.php +9 −0 Go to diff View file
A plugins/hudson_git/tests/rest/JenkinsServersTest.php +44 −0 Go to diff View file
A plugins/hudson_git/tests/rest/_fixtures/JenkinsServers/project.xml +28 −0 Go to diff View file
A plugins/hudson_git/tests/rest/_fixtures/JenkinsServers/user_map.csv +1 −0 Go to diff View file
A plugins/hudson_git/tests/rest/_fixtures/JenkinsServers/users.xml +10 −0 Go to diff View file
M tests/rest/bin/setup.sh +2 −0 Go to diff View file