stable
Clone or download
Read-only
part of story #18388 Scaled agile, have consistent architecture between rest route and UI No functional changes All adapters have now dediacted interfaces, they should all be marked as `final` Change-Id: I66d8eb4dc61a97c97d18c96738c42dd25df0757d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsRunner.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php | +3 | −3 | Go to diff View file |
R | plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/StatusValueMapper.php | Go to diff View file | ||
M | plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/TaskBuilder.php | +2 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreatorAdapter.php | +2 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ArtifactLinkFieldAdapter.php | +2 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ArtifactLinkValueAdapter.php | +2 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/DescriptionFieldAdapter.php | +2 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/DescriptionValueAdapter.php | +2 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/EndPeriodValueAdapter.php | +2 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapter.php | +2 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/SourceChangesetValuesCollectionAdapter.php | +42 | −34 | Go to diff View file |
R | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/StartDateValueAdapter.php | Go to diff View file | ||
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/StatusFieldAdapter.php | +2 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/StatusValueAdapter.php | +2 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/SynchronizedFieldsAdapter.php | +2 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/TitleFieldAdapter.php | +2 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/TitleValueAdapter.php | +2 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Hierarchy/HierarchyAdapter.php | +6 | −6 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/PlanningAdapter.php | +2 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/ProjectDataAdapter.php | +2 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Team/TeamTrackerAdapter.php | +2 | −1 | Go to diff View file |
A | plugins/scaled_agile/include/BuildProject.php | +32 | −0 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandler.php | +9 | −9 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/MapStatusByValue.php | +41 | −0 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreator.php | +8 | −8 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/CreationCheck/ArtifactCreatorChecker.php | +6 | −6 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/CreateArtifact.php | +37 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/BuildReplicationData.php | +28 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildArtifactLinkValue.php | +30 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildDescriptionValue.php | +34 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildEndPeriodValue.php | +31 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildFieldValues.php | +36 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildStartDateValue.php | +34 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildStatusValue.php | +31 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildTitleValue.php | +35 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/BuildField.php | +33 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/BuildSynchronizedFields.php | +33 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/BuildTimeFrameFields.php | +33 | −0 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldDataFromProgramAndTeamTrackersCollectionBuilder.php | +2 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/TrackerCollectionFactory.php | +3 | −3 | Go to diff View file |
A | plugins/scaled_agile/include/Program/BuildPlanning.php | +36 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Team/BuildTeamTracker.php | +35 | −0 | Go to diff View file |
R | plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsRunnerTest.php | Go to diff View file | ||
R | plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php | Go to diff View file | ||
R | plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/StatusValueMapperTest.php | Go to diff View file | ||
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/StartDateValueAdapterTest.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php | +7 | −6 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorCheckerTest.php | +4 | −4 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldCollectionBuilderTest.php | +3 | −3 | Go to diff View file |