stable

Clone or download

Read-only

Rename CIBuild and FrozenFields to FrozenFieldsValue and CIBuildValue

This is part of story #12189 prevent field modification according to state No functional change expected here. Change-Id: I803c401ac3d53eff55b2b92f5b58d6286f0cd7e4

Modified Files

Name
M plugins/tracker/include/REST/v1/Workflow/PostAction/Update/CIBuildJsonParser.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/PostAction/Update/FrozenFieldsJsonParser.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/TransitionsResource.class.php +15 −15 Go to diff View file
R plugins/tracker/include/Workflow/PostAction/Update/CIBuild.php Go to diff View file
R plugins/tracker/include/Workflow/PostAction/Update/FrozenFields.php Go to diff View file
R plugins/tracker/include/Workflow/PostAction/Update/Internal/CIBuildRepository.php Go to diff View file
R plugins/tracker/include/Workflow/PostAction/Update/Internal/CIBuildUpdater.php Go to diff View file
R plugins/tracker/include/Workflow/PostAction/Update/Internal/CIBuildValidator.php Go to diff View file
R plugins/tracker/include/Workflow/PostAction/Update/Internal/FrozenFieldsRepository.php Go to diff View file
R plugins/tracker/include/Workflow/PostAction/Update/Internal/FrozenFieldsUpdater.php Go to diff View file
R plugins/tracker/include/Workflow/PostAction/Update/Internal/FrozenFieldsValidator.php Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/PostActionsMapper.php +4 −4 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/PostActionCollection.php +8 −8 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/PostActionVisitor.php +4 −4 Go to diff View file
M plugins/tracker/include/Workflow/SimpleMode/TransitionReplicatorBuilder.php +15 −15 Go to diff View file
M plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/CIBuildJsonParserTest.php +4 −4 Go to diff View file
M plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/FrozenFieldsJsonParserTest.php +3 −3 Go to diff View file
M plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/PostActionCollectionJsonParserTest.php +2 −2 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/CIBuildRepositoryTest.php +13 −13 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/CIBuildUpdaterTest.php +9 −9 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/CIBuildValidatorTest.php +8 −8 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/FrozenFieldsUpdaterTest.php +8 −8 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/FrozenFieldsValidatorTest.php +8 −8 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/PostActionsMapperTest.php +4 −4 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/PostActionCollectionTest.php +3 −3 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/PostActionCollectionUpdaterTest.php +2 −2 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/SimpleMode/TransitionReplicatorTest.php +3 −3 Go to diff View file