stable
Clone or download
Read-only
This is part of story #14766 Have an import from jira structure. This is a refactoring, no functional changes expected here. The aim of this refactoring is to centralize in a dedicated object the building of the XML field change node regarding float changes, for both Tuleap export and Jira import process Change-Id: Ib13c8b8772989cc98dd0870f13f7c98bcc7b2be8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporter.php | +14 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/JiraXmlExporter.php | +4 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ArtifactXMLExporterBuilder.php | +6 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueFloatXMLExporter.class.php | +19 | −8 | Go to diff View file |
A | plugins/tracker/include/Tracker/XML/Exporter/FieldChange/FieldChangeFloatBuilder.php | +54 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/ArtifactsXMLExporterTest.php | +4 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Artifact/FieldChangeXMLExporterTest.php | +5 | −27 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/XML/Exporter/FieldChange/FieldChangeFloatBuilderTest.php | +82 | −0 | Go to diff View file |