stable
Clone or download
Read-only
This is a technical change, no functional change is expected. Part of request #15111: REST representations should not be mutable Change-Id: I18608dfd93278be1c2b6bce10012947da1549e4a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/include/Timetracking/REST/v1/MinimalArtifactRepresentation.php | +29 | −9 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingPOSTRepresentation.php | +5 | −2 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingPUTRepresentation.php | +5 | −2 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingReportRepresentation.php | +27 | −11 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingReportResource.php | +1 | −4 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingRepresentation.php | +31 | −20 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingRepresentationBuilder.php | +3 | −4 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingResource.php | +4 | −8 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingTrackerReportRepresentation.php | +17 | −8 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TrackerRepresentationFactory.php | +1 | −2 | Go to diff View file |