JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.jenkinsci.plugins.octoperf.junit
Interface JUnitReportApi
public interface
JUnitReportApi
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
retrofit2.Call
<okhttp3.ResponseBody>
getReport
(
String
benchResultId)
Method Details
getReport
@GET("/analysis/junit-reports/{benchResultId}")
retrofit2.Call<okhttp3.ResponseBody>
getReport
(@Path("benchResultId")
String
benchResultId)