stable

Clone or download

Read-only

Remove RetrieveUser from ProgramAccessException

part of request #23043 Program management: clean domain This step is mandatory in order to move RetrieveUser in Adapter namespace. No functional changes Change-Id: Ic92756895659321d78c6054e84d42b64431d4364

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Feature/Content/FeatureContentRetriever.php +5 −5 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/FeatureElementsRetriever.php +4 −4 Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/ProgramAdapter.php +5 −5 Go to diff View file
M plugins/program_management/include/Adapter/Team/PossibleParentSelectorProxy.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/XML/ProgramManagementConfigXMLImporter.php +5 −5 Go to diff View file
M plugins/program_management/include/DisplayAdminProgramManagementController.php +0 −1 Go to diff View file
M plugins/program_management/include/DisplayProgramBacklogController.php +4 −4 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/ProgramForAdministrationIdentifier.php +4 −6 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/Content/RetrieveFeatureContent.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/RetrieveFeatures.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifier.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/ModifyContent.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementBuilder.php +4 −4 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/BuildProgram.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/PlanChange.php +4 −4 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/PlanCreator.php +1 −4 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/ProgramAccessException.php +4 −6 Go to diff View file
M plugins/program_management/include/Domain/Program/ProgramIdentifier.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Team/Creation/CreateTeam.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Team/Creation/Team.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Team/Creation/TeamCreator.php +5 −8 Go to diff View file
M plugins/program_management/include/Domain/Team/PossibleParentSelectorEvent.php +2 −2 Go to diff View file
M plugins/program_management/include/REST/v1/ProjectResource.php +2 −4 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +0 −2 Go to diff View file
M plugins/program_management/tests/rest/v1/Helper/ProgramDataBuilder.php +0 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetrieverTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Content/FeatureContentRetrieverTest.php +4 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureElementsRetrieverTest.php +8 −7 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php +4 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/XML/ProgramManagementConfigXMLImporterTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Builder/ProgramForAdministrationIdentifierBuilder.php +3 −6 Go to diff View file
M plugins/program_management/tests/unit/Builder/ProgramIdentifierBuilder.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php +0 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Admin/ProgramForAdministrationIdentifierTest.php +4 −9 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifierTest.php +4 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementBuilderTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/PlanChangeTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/PlanCreatorTest.php +3 −5 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/ProgramIdentifierTest.php +4 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Team/TeamCreatorTest.php +5 −6 Go to diff View file
M plugins/program_management/tests/unit/Domain/Team/Creation/TeamCollectionTest.php +4 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Team/PossibleParentHandlerTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildProgramStub.php +3 −3 Go to diff View file