public XrayApi
@GET
@NotNull
retrofit2.Call<java.util.List> getTestsOfTestPlan(@Path @NotNull
java.lang.String testPlanKey)
@POST
@NotNull
retrofit2.Call<okhttp3.ResponseBody> addTestToTestPlans(@Path @NotNull
java.lang.String testPlanKey,
@Body @NotNull
XrayUpdateTest update)
@GET
@NotNull
retrofit2.Call<java.util.List> getTests(@Query @NotNull
java.lang.String testKeys)
@GET
@NotNull
retrofit2.Call<java.util.List> getTestSteps(@Path @NotNull
java.lang.String testKey)
@POST
@NotNull
retrofit2.Call<okhttp3.ResponseBody> sendTestExecution(@Body @NotNull
XrayTestExecution execution)
@GET
@NotNull
retrofit2.Call<okhttp3.ResponseBody> getAttachment(@Path
long id,
@Path @NotNull
java.lang.String fileName)
@PUT
@NotNull
retrofit2.Call<okhttp3.ResponseBody> saveStep(@Path @NotNull
java.lang.String testKey,
@Body @NotNull
XrayBuildTestStep execution)
@DELETE
@NotNull
retrofit2.Call<okhttp3.ResponseBody> deleteStep(@Path @NotNull
java.lang.String testKey,
@Path
long stepId)
@POST
@NotNull
retrofit2.Call<okhttp3.ResponseBody> addPrecondition(@Path @NotNull
java.lang.String preConditionKey,
@Body @NotNull
XrayUpdateTest associate)
@POST
@NotNull
retrofit2.Call<ai.tock.bot.xray.model.JiraIssue> createTest(@Body @NotNull
JiraTest test)
@POST
@NotNull
retrofit2.Call<ai.tock.bot.xray.model.JiraIssue> createTestExecution(@Body @NotNull
XrayTestExecutionCreation fields)
@POST
@NotNull
retrofit2.Call<okhttp3.ResponseBody> linkIssue(@Body @NotNull
JiraIssueLink link)
@PUT
@NotNull
retrofit2.Call<okhttp3.ResponseBody> updateTest(@Path @NotNull
java.lang.String id,
@Body @NotNull
JiraTest test)
@Multipart
@POST
@NotNull
retrofit2.Call<java.util.List> addAttachment(@Path @NotNull
java.lang.String id,
@Part @NotNull
okhttp3.MultipartBody.Part body,
@Header @NotNull
java.lang.String token)
@GET
@NotNull
retrofit2.Call<okhttp3.ResponseBody> getIssue(@Path @NotNull
java.lang.String id)
@GET
@NotNull
retrofit2.Call<okhttp3.ResponseBody> searchIssue(@Query @NotNull
java.lang.String jql)
@GET
@NotNull
retrofit2.Call<ai.tock.bot.xray.model.SearchResult> searchTestPlans(@Query @NotNull
java.lang.String jql,
@Query @NotNull
java.util.List<java.lang.String> fields)