stable

Clone or download

Read-only

Extract part of JobManager to LogFactory

This is part of story #14019 automate jenkins job creation & run No functional changes exptected here. Some part related to Log object building as been moved in a dedicated object named LogFactory. The remaining content of JobManager will be moved in a new object in a next commit. Change-Id: I7b298949c9af57ed7316f64c0cea09baf835ff79

Modified Files

Name
M plugins/hudson_git/include/HudsonGit/Git/Administration/AdministrationController.php +6 −6 Go to diff View file
M plugins/hudson_git/include/HudsonGit/GitWebhooksSettingsEnhancer.php +6 −6 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Job/JobManager.php +0 −44 Go to diff View file
A plugins/hudson_git/include/HudsonGit/Log/LogFactory.php +90 −0 Go to diff View file
M plugins/hudson_git/include/hudson_gitPlugin.php +3 −12 Go to diff View file
M plugins/hudson_git/phpunit/HudsonGit/Git/Administration/AdministrationControllerTest.php +6 −6 Go to diff View file