stable

Clone or download

Read-only

Build source changeset values with a static method

part of story #22675 replicate program increment changes to mirrored program increments No functional change expected in creation of mirrored program increments. You can use cypress tests for non-regression. Change-Id: Id0a63a1c060bb647874b4705b23ea5993e56ddac

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php +15 −6 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/TaskBuilder.php +6 −6 Go to diff View file
D plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/SourceChangesetValuesCollectionAdapter.php +0 −79 Go to diff View file
D plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildFieldValues.php +0 −36 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SourceChangesetValuesCollection.php +48 −49 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php +16 −23 Go to diff View file
M plugins/program_management/tests/unit/Builder/SourceChangesetValuesCollectionBuilder.php +16 −47 Go to diff View file
R plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/SourceChangesetValuesCollectionAdapterTest.php Go to diff View file
A plugins/program_management/tests/unit/Stub/BuildSynchronizedFieldsStub.php +69 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/GatherFieldValuesStub.php +22 −17 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveTitleValueStub.php +11 −5 Go to diff View file