stable

Clone or download

Read-only

Refacto: Move builder to PlannedProgramIncrement

part of story #20111 change features priority No functional changes Change-Id: Ibe51e7038837ee3cf2d507311138db020c48b120

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Feature/Content/ContentDao.php +2 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/Content/FeatureContentRetriever.php +6 −5 Go to diff View file
R plugins/program_management/include/Adapter/Program/Feature/Content/ProgramIncrementRetriever.php Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/UserStoriesInMirroredMilestonesPlanner.php +1 −2 Go to diff View file
M plugins/program_management/include/Program/Backlog/Feature/Content/ContentStore.php +1 −3 Go to diff View file
R plugins/program_management/include/Program/Backlog/ProgramIncrement/RetrieveProgramIncrement.php Go to diff View file
M plugins/program_management/include/Program/Backlog/ProgramIncrement/Content/ContentModifier.php +18 −11 Go to diff View file
M plugins/program_management/include/Program/Backlog/ProgramIncrement/Content/FeatureAddition.php +4 −4 Go to diff View file
R plugins/program_management/include/Program/Backlog/ProgramIncrement/PlannedProgramIncrement.php Go to diff View file
M plugins/program_management/include/Program/Plan/ProgramPlannableTracker.php +3 −0 Go to diff View file
M plugins/program_management/include/REST/v1/ProgramIncrementResource.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureAdditionProcessorTest.php +4 −3 Go to diff View file
R plugins/program_management/tests/unit/Adapter/Program/Feature/Content/ProgramIncrementRetrieverTest.php Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Content/ProgramIncrementContentRetrieverTest.php +9 −20 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/UserStoriesInMirroredMilestonesPlannerTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Program/Backlog/ProgramIncrement/Content/ContentModifierTest.php +27 −19 Go to diff View file
M plugins/program_management/tests/unit/Program/Backlog/ProgramIncrement/Content/FeatureAdditionTest.php +4 −3 Go to diff View file
A plugins/program_management/tests/unit/Program/Backlog/ProgramIncrement/ProgramIncrementIdentifierTest.php +45 −0 Go to diff View file
A plugins/program_management/tests/unit/Stub/CheckProgramIncrementStub.php +44 −0 Go to diff View file