stable

Clone or download

Read-only

Display an empty read only Jenkins pane

This is part of story #14019 automate jenkins job creation & run You can now click on the Jenkins pane. An empty table must be displayed. Nothing else can be done for now in this page. Change-Id: Id95123b2c7fc6ae16d4b94194dad5177e5b28a8f

Modified Files

Name
M plugins/git/include/Events/GitAdminGetExternalPanePresenters.php +15 −0 Go to diff View file
M plugins/git/include/Git/DefaultSettings/IndexController.php +1 −1 Go to diff View file
M plugins/git/include/GitPresenters/AdminExternalPanePresenter.php +13 −2 Go to diff View file
M plugins/git/include/GitViews.class.php +4 −4 Go to diff View file
M plugins/git/include/gitPlugin.php +2 −3 Go to diff View file
A plugins/hudson_git/include/HudsonGit/GitJenkinsAdministrationController.php +125 −0 Go to diff View file
A plugins/hudson_git/include/HudsonGit/GitJenkinsAdministrationPaneBuilder.php +52 −0 Go to diff View file
A plugins/hudson_git/include/HudsonGit/GitJenkinsAdministrationPresenter.php +29 −0 Go to diff View file
M plugins/hudson_git/include/hudson_gitPlugin.php +47 −7 Go to diff View file
A plugins/hudson_git/phpunit/HudsonGit/GitJenkinsAdministrationControllerTest.php +213 −0 Go to diff View file
A plugins/hudson_git/phpunit/HudsonGit/GitJenkinsAdministrationPaneBuilderTest.php +62 −0 Go to diff View file
A plugins/hudson_git/site-content/fr_FR/LC_MESSAGES/tuleap-hudson_git.po +18 −0 Go to diff View file
A plugins/hudson_git/templates/git-administration-jenkins.mustache +46 −0 Go to diff View file