stable
Clone or download
Read-only
part of story #27185 add a team and inherit the existing PI & Iterations -- No functional change expected -- Change-Id: Ic766ddf5149deca667685f748f90c7b7e6c73b1f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessorBuilder.php | +9 | −6 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProcessProgramIncrementCreation.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessor.php | +9 | −59 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Feature/PlanProgramIncrements.php | +39 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Feature/ProgramIncrementsPlanner.php | +74 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/TeamSynchronization/MissingProgramIncrementCreator.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessorTest.php | +20 | −189 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php | +76 | −6 | Go to diff View file |
A | plugins/program_management/tests/unit/Builder/ProgramIncrementChangeTestBuilder.php | +40 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/ProgramIncrementsPlannerTest.php | +142 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/CreateProgramIncrementsStub.php | +53 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/PlanProgramIncrementsStub.php | +68 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/ProcessProgramIncrementCreationStub.php | +1 | −1 | Go to diff View file |