stable
Clone or download
Read-only
This task is part of story #8823 trigger CI jobs on commit Change-Id: I6209b1c5be2fc3ca7a1ba1fd81bd644d58302272
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/hudson/include/constants.php | +21 | −0 | Go to diff View file |
M | plugins/hudson/include/hudsonPlugin.class.php | +1 | −0 | Go to diff View file |
A | plugins/hudson_svn/include/ContinuousIntegrationCollector.php | +144 | −0 | Go to diff View file |
A | plugins/hudson_svn/include/FormPresenter.php | +57 | −0 | Go to diff View file |
A | plugins/hudson_svn/include/Job/Dao.php | +73 | −0 | Go to diff View file |
A | plugins/hudson_svn/include/Job/Factory.php | +51 | −0 | Go to diff View file |
A | plugins/hudson_svn/include/Job/Job.php | +47 | −0 | Go to diff View file |
A | plugins/hudson_svn/include/Job/Manager.php | +99 | −0 | Go to diff View file |
M | plugins/hudson_svn/include/autoload.php | +8 | −2 | Go to diff View file |
M | plugins/hudson_svn/include/hudson_svnPlugin.class.php | +105 | −0 | Go to diff View file |
M | plugins/hudson_svn/site-content/en_US/hudson_svn.tab | +10 | −1 | Go to diff View file |
M | plugins/hudson_svn/site-content/fr_FR/hudson_svn.tab | +10 | −1 | Go to diff View file |
A | plugins/hudson_svn/templates/hudson_svn_form.mustache | +29 | −0 | Go to diff View file |
A | plugins/hudson_svn/www/scripts/form.js | +45 | −0 | Go to diff View file |
A | plugins/hudson_svn/www/themes/default/css/style.less | +8 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/Repository/RepositoryManager.class.php | +6 | −0 | Go to diff View file |