@Produces(value="application/json")
@Consumes(value="application/json")
@Path(value="users/{user}/projects/{project}/reports")
public interface TestReportResource
| Modifier and Type | Method and Description |
|---|---|
TestReportWithDevice |
getTestReport(String user,
String project,
long reportId) |
@GET TestReportWithDevice getTestReport(@PathParam(value="user") String user, @PathParam(value="project") String project, @PathParam(value="reportId") long reportId)
Copyright © 2016. All rights reserved.