stable
Clone or download
Read-only
story #7897: Save target jenkins server to notify
Change-Id: I0ad478d0bd3dbb6378a60017a4441c58fb115dc6
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/include/GitViews/RepoManagement/Pane/Hooks.class.php | +62 | −0 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php | +1 | −0 | Go to diff View file |
M | plugins/git/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/constants.php | +10 | −0 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +2 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +2 | −0 | Go to diff View file |
A | plugins/git/templates/settings/hooks.mustache | +3 | −0 | Go to diff View file |
A | plugins/hudson_git/db/install.sql | +5 | −0 | Go to diff View file |
A | plugins/hudson_git/db/uninstall.sql | +1 | −0 | Go to diff View file |
A | plugins/hudson_git/include/HudsonGit/Hook/HookController.php | +83 | −0 | Go to diff View file |
A | plugins/hudson_git/include/HudsonGit/Hook/HookDao.php | +45 | −0 | Go to diff View file |
A | plugins/hudson_git/include/HudsonGit/Hook/HookPresenter.php | +81 | −0 | Go to diff View file |
M | plugins/hudson_git/include/autoload.php | +5 | −2 | Go to diff View file |
M | plugins/hudson_git/include/hudson_gitPlugin.class.php | +36 | −1 | Go to diff View file |
M | plugins/hudson_git/site-content/en_US/hudson_git.tab | +8 | −0 | Go to diff View file |
M | plugins/hudson_git/site-content/fr_FR/hudson_git.tab | +8 | −0 | Go to diff View file |
A | plugins/hudson_git/templates/hook.mustache | +12 | −0 | Go to diff View file |
A | plugins/hudson_git/www/index.php | +29 | −0 | Go to diff View file |