public interface ReportPortalClientV2 extends ReportPortalClient
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.OperationCompletionRS> |
finishLaunch(java.lang.String launch,
com.epam.ta.reportportal.ws.model.FinishExecutionRQ rq) |
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.OperationCompletionRS> |
finishTestItem(java.lang.String itemId,
com.epam.ta.reportportal.ws.model.FinishTestItemRQ rq) |
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.BatchSaveOperatingRS> |
log(java.util.List<okhttp3.MultipartBody.Part> parts) |
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.EntryCreatedAsyncRS> |
log(com.epam.ta.reportportal.ws.model.log.SaveLogRQ rq) |
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.launch.LaunchResource> |
mergeLaunches(com.epam.ta.reportportal.ws.model.launch.MergeLaunchesRQ rq) |
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.launch.StartLaunchRS> |
startLaunch(com.epam.ta.reportportal.ws.model.launch.StartLaunchRQ rq) |
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.item.ItemCreatedRS> |
startTestItem(com.epam.ta.reportportal.ws.model.StartTestItemRQ rq) |
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.item.ItemCreatedRS> |
startTestItem(java.lang.String parent,
com.epam.ta.reportportal.ws.model.StartTestItemRQ rq) |
getItemByUuid, getLaunchByUuid, updateLaunch@POST(value="v2/{projectName}/launch")
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.launch.StartLaunchRS> startLaunch(@Body
com.epam.ta.reportportal.ws.model.launch.StartLaunchRQ rq)
startLaunch in interface ReportPortalClient@POST(value="v2/{projectName}/launch/merge")
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.launch.LaunchResource> mergeLaunches(@Body
com.epam.ta.reportportal.ws.model.launch.MergeLaunchesRQ rq)
mergeLaunches in interface ReportPortalClient@PUT(value="v2/{projectName}/launch/{launchId}/finish")
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.OperationCompletionRS> finishLaunch(@Path(value="launchId")
java.lang.String launch,
@Body
com.epam.ta.reportportal.ws.model.FinishExecutionRQ rq)
finishLaunch in interface ReportPortalClient@POST(value="v2/{projectName}/item")
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.item.ItemCreatedRS> startTestItem(@Body
com.epam.ta.reportportal.ws.model.StartTestItemRQ rq)
startTestItem in interface ReportPortalClient@POST(value="v2/{projectName}/item/{parent}")
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.item.ItemCreatedRS> startTestItem(@Path(value="parent")
java.lang.String parent,
@Body
com.epam.ta.reportportal.ws.model.StartTestItemRQ rq)
startTestItem in interface ReportPortalClient@PUT(value="v2/{projectName}/item/{itemId}")
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.OperationCompletionRS> finishTestItem(@Path(value="itemId")
java.lang.String itemId,
@Body
com.epam.ta.reportportal.ws.model.FinishTestItemRQ rq)
finishTestItem in interface ReportPortalClient@POST(value="v2/{projectName}/log")
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.EntryCreatedAsyncRS> log(@Body
com.epam.ta.reportportal.ws.model.log.SaveLogRQ rq)
log in interface ReportPortalClient@Multipart
@POST(value="v2/{projectName}/log")
io.reactivex.Maybe<com.epam.ta.reportportal.ws.model.BatchSaveOperatingRS> log(@Part
java.util.List<okhttp3.MultipartBody.Part> parts)
log in interface ReportPortalClient