stable

Clone or download

Read-only

Move Artifact objects into Workspace/Tracker/Artifact namespace

part of story #21385 display Program's iterations No functional changes. Change-Id: I6d28fa5501def591c11ecec465e6eb52ba6fd1ea

Modified Files

Name
M plugins/program_management/include/Adapter/Events/ArtifactCreatedProxy.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Events/ArtifactUpdatedProxy.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ChangesetAdder.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/ChangesetRetriever.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/SourceArtifactNatureAnalyzer.php +1 −1 Go to diff View file
R plugins/program_management/include/Adapter/Workspace/ArtifactIdentifierProxy.php Go to diff View file
M plugins/program_management/include/Adapter/Workspace/Tracker/TrackerOfArtifactRetriever.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Events/ArtifactCreatedEvent.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Events/ArtifactUpdatedEvent.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/AnalyzeNatureOfSourceArtifact.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/RetrieveChangesetSubmissionDate.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/ArtifactLinkValue.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/TimeboxIdentifier.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/MirroredTimebox/MirroredTimeboxIdentifier.php +1 −1 Go to diff View file
R plugins/program_management/include/Domain/Workspace/ArtifactIdentifier.php Go to diff View file
R plugins/program_management/include/Domain/Workspace/ArtifactNotFoundException.php Go to diff View file
M plugins/program_management/include/Domain/Workspace/Tracker/RetrieveTrackerOfArtifact.php +1 −1 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/ChangesetAdderTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/ChangesetRetrieverTest.php +1 −1 Go to diff View file
R plugins/program_management/tests/unit/Adapter/Workspace/ArtifactIdentifierProxyTest.php Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/Tracker/TrackerOfArtifactRetrieverTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/SourceArtifactNatureAnalyzerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/ArtifactCreatedEventStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/ArtifactIdentifierStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/ArtifactUpdatedEventStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveChangesetSubmissionDateStub.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveTrackerOfArtifactStub.php +1 −1 Go to diff View file