stable

Clone or download

Read-only

Asychronous creation should be moved in adapters

part of story #18388 Scaled agile, have consistent architecture between rest route and UI no functional changes, when you create an artifact, it's created as mirror in teams Change-Id: I23994010bd8ec211adf0f956aa439389ae4372ae

Modified Files

Name
R plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsRunner.php Go to diff View file
A plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php +116 −0 Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/PendingArtifactChangesetNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/PendingArtifactNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/PendingArtifactUserNotFoundException.php Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapter.php +0 −3 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandler.php +2 −2 Go to diff View file
A plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/CreateTaskProgramIncrement.php +30 −0 Go to diff View file
A plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/RunProgramIncrementCreation.php +36 −0 Go to diff View file
M plugins/scaled_agile/include/scaled_agilePlugin.php +23 −3 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapterTest.php +0 −3 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandlerTest.php +1 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsRunnerTest.php +4 −1 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php +2 −4 Go to diff View file