stable
Clone or download
Read-only
part of story #17878 rename Multi Project Backlog into Scaled Agile List of renames: StartDateValueData to StartDateValue ArtifactLinkValueData to ArtifactLinkValue DescriptionValueData to DescriptionValue EndPeriodValueData to EndPeriodValue StatusValueData to StatusValue TitleValueData to TitleValue SynchronizedFieldsData to SynchronizedFields No functional change expected. Change-Id: I44f9475e3f496c05419f47230834ee28e421bdc6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/scaled_agile/include/Adapter/Program/ArtifactLinkValueAdapter.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/DescriptionValueAdapter.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/EndPeriodValueAdapter.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/SourceChangesetValuesCollectionAdapter.php | +14 | −14 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/StartDateValueAdapter.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/StatusValueAdapter.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/SynchronizedFieldsAdapter.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/TitleValueAdapter.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreator.php | +1 | −1 | Go to diff View file |
R | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/ArtifactLinkValueData.php | Go to diff View file | ||
R | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/DescriptionValueData.php | Go to diff View file | ||
R | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/TitleValueData.php | Go to diff View file | ||
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SourceChangesetValuesCollection.php | +18 | −18 | Go to diff View file |
R | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/StartDateValueData.php | Go to diff View file | ||
R | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/StatusValueData.php | Go to diff View file | ||
R | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/EndPeriodValueData.php | Go to diff View file | ||
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/ProgramIncrementFieldsData.php | +44 | −44 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldDataFromProgramAndTeamTrackers.php | +3 | −3 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFields.php | +132 | −0 | Go to diff View file |
D | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldsData.php | +0 | −135 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/ArtifactCreatorAdapterTest.php | +10 | −10 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/DescriptionValueAdapterTest.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/EndPeriodValueAdapterTest.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/StartDateValueAdapterTest.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/StatusValueAdapterTest.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/TitleValueAdapterTest.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php | +12 | −12 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php | +15 | −15 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/StatusValueMapperTest.php | +12 | −12 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorCheckerTest.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/WorkflowCheckerTest.php | +3 | −3 | 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 |
M | plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldDataFromProgramAndTeamTrackersCollectionTest.php | +1 | −1 | Go to diff View file |
R | plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldsDataTest.php | Go to diff View file | ||
M | plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Fields/ProgramIncrementFieldsDataTest.php | +15 | −18 | Go to diff View file |