stable

Clone or download

Read-only

REST representations of the test management plugin are immutables

This is a technical change, no functional change is expected. Part of request #15111: REST representations should not be mutable Change-Id: I6857a57a7c3219559d6e5f22ac7505c825d21668

Modified Files

Name
M plugins/testmanagement/include/TestManagement/REST/v1/ArtifactNodeBuilder.php +4 −4 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/AutomatedTestsResultPATCHRepresentation.php +3 −0 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignRepresentation.class.php +69 −59 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignRepresentationBuilder.php +2 −6 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +2 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/DefinitionRepresentation.php +10 −9 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionRepresentation.php +5 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionRepresentationBuilder.php +2 −6 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/JobConfigurationRepresentation.php +6 −3 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/NodeRepresentation.php +10 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/PATCHExecutionRepresentation.php +4 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/PreviousResultRepresentation.php +5 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/StepDefinitionRepresentation.php +30 −9 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +2 −0 Go to diff View file