stable

Clone or download

Read-only

Remove simple mode trick in CIBuild Json Parser

This change is part of story #12188 This change does not bring any functional change. Change-Id: Iaa1ce3e53f36d556a45b1cdc5563f8490a78759c

Modified Files

Name
M plugins/tracker/include/REST/v1/Workflow/PostAction/Update/CIBuildJsonParser.php +1 −7 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuildDao.class.php +3 −29 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/CIBuildValueRepository.php +3 −60 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/CIBuildValueUpdater.php +3 −13 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/PostActionCollection.php +5 −11 Go to diff View file
M plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/CIBuildJsonParserTest.php +1 −1 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/CIBuildRepositoryTest.php +6 −67 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/CIBuildUpdaterTest.php +21 −28 Go to diff View file
D plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/PostActionCollectionTest.php +0 −72 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactoryTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/CIBuild/Transition_PostAction_CIBuildTest.php +4 −4 Go to diff View file