stable
Clone or download
Read-only
story #19731: manage steps in REST API: PUT /artifacts/:id
THe step definitions can now be updated via the REST API. The update mecanism via the REST API use the existing code dealing with the web UI updates. Change-Id: I8424775d74268e308b4278cd390290254ba6671d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php | +8 | −14 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinitionDataConverter.php | +31 | −1 | Go to diff View file |
M | plugins/testmanagement/tests/rest/TestManagement/ArtifactsTest.php | +91 | −10 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Step/Definition/Field/StepDefinitionDataConverterTest.php | +95 | −5 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Step/Definition/Field/StepDefinitionTest.php | +48 | −35 | Go to diff View file |