stable

Clone or download

Read-only

Match Post Action namespace with their directory

Part of story #12187 configure workflow pre & post actions at target state level No functional change expected. This is just to match the namespace of CIBuild, SetDateValue, SetFloatValue, SetIntValue with their actual directory in the plugin. Change-Id: I2fff23d989e8e736407a3732818549675b3e18d7

Modified Files

Name
M plugins/tracker/include/REST/v1/Workflow/PostAction/Update/CIBuildJsonParser.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/PostAction/Update/SetDateValueJsonParser.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/PostAction/Update/SetFloatValueJsonParser.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/PostAction/Update/SetIntValueJsonParser.php +1 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/CIBuild.php +3 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/CIBuildRepository.php +1 −0 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/CIBuildValidator.php +2 −0 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetDateValueRepository.php +1 −0 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetDateValueValidator.php +1 −0 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetFloatValueRepository.php +1 −0 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetFloatValueValidator.php +2 −0 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetIntValueRepository.php +1 −0 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/Internal/SetIntValueValidator.php +2 −0 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/PostActionCollection.php +0 −4 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/PostActionVisitor.php +5 −0 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/SetDateValue.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/SetFloatValue.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Update/SetIntValue.php +2 −2 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/REST/v1/Workflow/PostAction/Update/PostActionCollectionJsonParserTest.php +1 −1 Go to diff View file
M plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/SetDateValueJsonParserTest.php +1 −1 Go to diff View file
M plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/SetFloatValueJsonParserTest.php +1 −1 Go to diff View file
M plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/SetIntValueJsonParserTest.php +1 −1 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/CIBuildRepositoryTest.php +1 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/CIBuildUpdaterTest.php +1 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/CIBuildValidatorTest.php +6 −19 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/PostActionFieldIdValidatorTest.php +1 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueRepositoryTest.php +1 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueUpdaterTest.php +1 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueValidatorTest.php +1 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueRepositoryTest.php +1 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueUpdaterTest.php +1 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueValidatorTest.php +1 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueRepositoryTest.php +1 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueUpdaterTest.php +1 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueValidatorTest.php +1 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/PostActionCollectionTest.php +0 −2 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/PostActionCollectionUpdaterTest.php +0 −1 Go to diff View file