stable

Clone or download

Read-only

Move Exception for Adapter to Domain

This is part of story #20111 change features priority No functional changes. Change-Id: Iad1c9a2ff6a7955f12a2c6b0de74ed3e06a6061d

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreatorAdapter.php +1 −0 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementTrackerConfigurationBuilder.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapter.php +3 −0 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/SourceArtifactNatureAnalyzer.php +6 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilder.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionBuilder.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionProcessor.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostAction.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionFactory.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/FeatureElementsRetriever.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/Links/UserStoryRepresentationBuilder.php +2 −0 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/TrackerShouldPlanFeatureChecker.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/UserStoriesInMirroredMilestonesPlanner.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/PlanProgramAdapter.php +2 −0 Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/PlanProgramIncrementConfigurationBuilder.php +4 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/ProgramAdapter.php +2 −0 Go to diff View file
M plugins/program_management/include/Adapter/Program/ProgramUserGroupBuildAdapter.php +1 −0 Go to diff View file
M plugins/program_management/include/Adapter/Program/Tracker/ProgramTrackerAdapter.php +4 −1 Go to diff View file
M plugins/program_management/include/Adapter/Team/TeamAdapter.php +4 −0 Go to diff View file
M plugins/program_management/include/DisplayProgramBacklogController.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandler.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreator.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/ArtifactCreatorChecker.php +2 −2 Go to diff View file
R plugins/program_management/include/Adapter/Program/Feature/Links/FeatureIsNotPlannableException.php Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/Content/Links/RetrieveFeatureUserStories.php +1 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/Content/RetrieveFeatureContent.php +2 −2 Go to diff View file
R plugins/program_management/include/Adapter/Program/Feature/Links/FeatureNotAccessException.php Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/PlanUserStoriesInMirroredMilestones.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Plan/BuildPlanProgramConfiguration.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Plan/BuildPlanProgramIncrementConfiguration.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Plan/ConfigurationChecker.php +2 −2 Go to diff View file
R plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreationException.php Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/CheckProgramIncrement.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/ModifyContent.php +1 −1 Go to diff View file
R plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/PendingArtifactChangesetNotFoundException.php Go to diff View file
R plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/PendingArtifactNotFoundException.php Go to diff View file
R plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/PendingArtifactUserNotFoundException.php Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementBuilder.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementIdentifier.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/AnalyzeNatureOfSourceArtifact.php +0 −1 Go to diff View file
R plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/ArtifactLinkFieldNotFoundException.php Go to diff View file
R plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/ChangesetValueNotFoundException.php Go to diff View file
R plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/NatureAnalyzerException.php Go to diff View file
R plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/ProgramNotFoundException.php Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/TrackerCollectionFactory.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/BuildProgram.php +1 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/BuildTracker.php +1 −2 Go to diff View file
R plugins/program_management/include/Adapter/Program/Plan/ConfigurationUserCanNotSeeProgramException.php Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/CreatePlan.php +1 −4 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/PlanCreator.php +1 −4 Go to diff View file
R plugins/program_management/include/Adapter/Program/Plan/PlanTrackerException.php Go to diff View file
R plugins/program_management/include/Adapter/Program/Plan/PlannableTrackerCannotBeEmptyException.php Go to diff View file
R plugins/program_management/include/Adapter/Program/Plan/ProgramAccessException.php Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/ProgramIncrementTracker.php +1 −1 Go to diff View file
R plugins/program_management/include/Adapter/Program/Plan/ProgramNotFoundException.php Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/ProgramPlannableTracker.php +1 −1 Go to diff View file
R plugins/program_management/include/Adapter/Program/Plan/ProjectIsNotAProgramException.php Go to diff View file
R plugins/program_management/include/Adapter/Program/Plan/UserCanNotAccessToProgramException.php Go to diff View file
R plugins/program_management/include/Adapter/Program/Tracker/PlanTrackerDoesNotBelongToProjectException.php Go to diff View file
R plugins/program_management/include/Adapter/Program/Tracker/PlanTrackerNotFoundException.php Go to diff View file
M plugins/program_management/include/Domain/Program/ProgramForManagement.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/ProgramIdentifier.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/ProgramSearcher.php +2 −2 Go to diff View file
R plugins/program_management/include/Adapter/Program/Tracker/ProgramTrackerException.php Go to diff View file
R plugins/program_management/include/Adapter/Program/Tracker/ProgramTrackerNotFoundException.php Go to diff View file
R plugins/program_management/include/Adapter/Program/ProgramUserGroupDoesNotExistException.php Go to diff View file
M plugins/program_management/include/Domain/Program/ToBeCreatedProgram.php +1 −1 Go to diff View file
R plugins/program_management/include/Adapter/Team/AtLeastOneTeamShouldBeDefinedException.php Go to diff View file
M plugins/program_management/include/Domain/Team/Creation/BuildTeam.php +4 −4 Go to diff View file
M plugins/program_management/include/Domain/Team/Creation/CreateTeam.php +5 −5 Go to diff View file
M plugins/program_management/include/Domain/Team/Creation/Team.php +4 −4 Go to diff View file
M plugins/program_management/include/Domain/Team/Creation/TeamCreator.php +5 −5 Go to diff View file
R plugins/program_management/include/Adapter/Team/ProjectIsAProgramException.php Go to diff View file
R plugins/program_management/include/Adapter/Team/TeamAccessException.php Go to diff View file
R plugins/program_management/include/Adapter/Team/TeamException.php Go to diff View file
R plugins/program_management/include/Adapter/Team/TeamMustHaveExplicitBacklogEnabledException.php Go to diff View file
M plugins/program_management/include/REST/v1/ProgramBacklogItemsResource.php +2 −2 Go to diff View file
M plugins/program_management/include/REST/v1/ProgramIncrementResource.php +2 −2 Go to diff View file
M plugins/program_management/include/REST/v1/ProjectResource.php +9 −9 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreatorAdapterTest.php +1 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapterTest.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilderTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionBuilderTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionProcessorTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionFactoryTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/CanProgramIncrementBeChangedCheckerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryRepresentationBuilderTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Plan/PlanConfigurationBuilderTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Plan/PlanProgramAdapterTest.php +1 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/ProgramUserGroupBuildAdapterTest.php +1 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Tracker/ProgramTrackerAdapterTest.php +3 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Team/TeamAdapterTest.php +4 −0 Go to diff View file
M plugins/program_management/tests/unit/DisplayProgramBacklogControllerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementIdentifierTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/SourceArtifactNatureAnalyzerTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/ProgramIncrementTrackerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/ProgramPlannableTrackerTest.php +2 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildProgramStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/CheckProgramIncrementStub.php +1 −1 Go to diff View file