stable

Clone or download

Read-only

Rename Domain/Project to ProgramManagementProject and Adapter/ProjectAdapter to ProgramManagementProjectAdapter

This is part of story #21792 define Teams associated to Programs No expected functional changes. You can still access to: - Program => Backlog => Administration - Teams => Backlog You can still plan feature in PI. This refacto permits to have a better naming. Sometimes we can be lost between legacy Project object, and Domain/Project. That's complicated the review. Note to reviewer: I rename "ProjectDataAdapterTest" class, because "ProjectDataAdapter" is the legacy name of "ProgramManagementProjectAdapter" class. Change-Id: I85964d7d57ae850c846f678c679013fe8463d146

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/ReplicationDataAdapter.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/PlanningAdapter.php +6 −6 Go to diff View file
R plugins/program_management/include/Adapter/ProjectAdapter.php Go to diff View file
M plugins/program_management/include/Domain/BuildProject.php +0 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/Team/TeamPresenter.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/ReplicationData.php +4 −4 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollection.php +4 −4 Go to diff View file
M plugins/program_management/include/Domain/Program/BuildPlanning.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/PlanningConfiguration/Planning.php +4 −4 Go to diff View file
R plugins/program_management/include/Domain/Project.php Go to diff View file
M plugins/program_management/include/Domain/ProgramTracker.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Team/MirroredTimebox/RetrievePlanningMilestoneTracker.php +3 −3 Go to diff View file
M plugins/program_management/include/Domain/Workspace/ComponentInvolvedVerifier.php +2 −2 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +6 −6 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/PlanningAdapterTest.php +5 −5 Go to diff View file
R plugins/program_management/tests/unit/Adapter/ProjectDataAdapterTest.php Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/CanSubmitNewArtifactHandlerTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/ProgramTrackerTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Workspace/ComponentInvolvedVerifierTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildPlanningStub.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildProjectStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrievePlanningMilestoneTrackerStub.php +3 −3 Go to diff View file