stable

Clone or download

Read-only

Remove buildExistingProgramProject, buildExistingProgramProjectForManagement and buildNewProgramProject methods

This is part of story #20111 change features priority No functional changes. This patch aims to do not use some useless methods (buildExistingProgramProject, buildExistingProgramProjectForManagement and buildNewProgramProject) Change-Id: I8ad0e3410f82e026285f171d1475cee84372d857

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilder.php +2 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionBuilder.php +2 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionProcessor.php +2 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostAction.php +2 −4 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionFactory.php +2 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/FeatureElementsRetriever.php +2 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/ProgramAdapter.php +3 −30 Go to diff View file
M plugins/program_management/include/DisplayProgramBacklogController.php +2 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementBuilder.php +2 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/BuildProgram.php +0 −20 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/PlanCreator.php +2 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/Creation/TeamCreator.php +2 −1 Go to diff View file
M plugins/program_management/include/REST/v1/ProjectResource.php +3 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilderTest.php +37 −51 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionBuilderTest.php +30 −29 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionProcessorTest.php +26 −23 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionFactoryTest.php +23 −34 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionTest.php +18 −25 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureElementsRetrieverTest.php +2 −6 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php +10 −19 Go to diff View file
M plugins/program_management/tests/unit/DisplayProgramBacklogControllerTest.php +17 −25 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementBuilderTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/PlanCreatorTest.php +2 −5 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Team/TeamCreatorTest.php +5 −7 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildProgramStub.php +8 −32 Go to diff View file