stable
Clone or download
Read-only
part of request #23043 Program management: clean domain This is the last step, before moving the RetrieveUser interface into Adapter namespace No functional changes Change-Id: I14a0b4d31e131ada924c74f1cb820e2c0693e3e9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/TaskBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreatorAdapter.php | +6 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/Links/UserStoryRepresentationBuilder.php | +9 | −26 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreator.php | +2 | −5 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/CreationCheck/ConfigurationErrorsGatherer.php | +1 | −8 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/CreationCheck/ProgramIncrementCreatorChecker.php | +9 | −11 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Feature/Content/Links/RetrieveFeatureUserStories.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/CreateArtifact.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProgramBacklogItemsResource.php | +8 | −10 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +1 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreatorAdapterTest.php | +7 | −5 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryRepresentationBuilderTest.php | +19 | −18 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php | +2 | −6 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/ProgramIncrementCreatorCheckerTest.php | +4 | −9 | Go to diff View file |