stable

Clone or download

Read-only

Clean up HudsonJob class

Dead code is removed and methods have an explicit visibility. This is part of request #11415: Displaying all CI jobs can be slow Change-Id: I1ef3305ed0ae05f14bfd4710f8d61eb9056b9b98

Modified Files

Name
M plugins/hudson/include/HudsonBuild.class.php +2 −8 Go to diff View file
M plugins/hudson/include/HudsonJob.class.php +59 −79 Go to diff View file
M plugins/hudson/include/hudson.class.php +2 −15 Go to diff View file
M plugins/hudson/include/hudsonPlugin.class.php +2 −0 Go to diff View file
M plugins/hudson/include/hudsonViews.class.php +5 −5 Go to diff View file
M plugins/hudson/tests/HudsonBuildTest.php +3 −7 Go to diff View file
M plugins/hudson/tests/HudsonJobTest.php +44 −131 Go to diff View file
M plugins/hudson/tests/HudsonTestResultTest.php +3 −10 Go to diff View file