public class LaunchImpl extends Launch
NOOP_LAUNCH| Modifier and Type | Method and Description |
|---|---|
void |
finish(com.epam.ta.reportportal.ws.model.FinishExecutionRQ rq)
Finishes launch in ReportPortal.
|
void |
finishTestItem(io.reactivex.Maybe<java.lang.String> itemId,
com.epam.ta.reportportal.ws.model.FinishTestItemRQ rq)
Finishes Test Item in ReportPortal.
|
boolean |
isRerun() |
io.reactivex.Maybe<java.lang.String> |
start()
Starts launch in ReportPortal.
|
io.reactivex.Maybe<java.lang.String> |
startTestItem(io.reactivex.Maybe<java.lang.String> parentId,
io.reactivex.Maybe<java.lang.String> retryOf,
com.epam.ta.reportportal.ws.model.StartTestItemRQ rq)
Starts new test item in ReportPortal in respect of provided retry
|
io.reactivex.Maybe<java.lang.String> |
startTestItem(io.reactivex.Maybe<java.lang.String> parentId,
com.epam.ta.reportportal.ws.model.StartTestItemRQ rq)
Starts new test item in ReportPortal asynchronously (non-blocking)
|
io.reactivex.Maybe<java.lang.String> |
startTestItem(com.epam.ta.reportportal.ws.model.StartTestItemRQ rq)
Starts new test item in ReportPortal asynchronously (non-blocking)
|
getParameterspublic io.reactivex.Maybe<java.lang.String> start()
public void finish(com.epam.ta.reportportal.ws.model.FinishExecutionRQ rq)
public io.reactivex.Maybe<java.lang.String> startTestItem(com.epam.ta.reportportal.ws.model.StartTestItemRQ rq)
startTestItem in class Launchrq - Start RQpublic io.reactivex.Maybe<java.lang.String> startTestItem(io.reactivex.Maybe<java.lang.String> parentId,
io.reactivex.Maybe<java.lang.String> retryOf,
com.epam.ta.reportportal.ws.model.StartTestItemRQ rq)
LaunchstartTestItem in class LaunchparentId - promise of ID of parentretryOf - promise of ID of retried elementrq - promise of ID of requestpublic io.reactivex.Maybe<java.lang.String> startTestItem(io.reactivex.Maybe<java.lang.String> parentId,
com.epam.ta.reportportal.ws.model.StartTestItemRQ rq)
startTestItem in class Launchrq - Start RQpublic void finishTestItem(io.reactivex.Maybe<java.lang.String> itemId,
com.epam.ta.reportportal.ws.model.FinishTestItemRQ rq)
finishTestItem in class LaunchitemId - Item ID promiserq - Finish requestpublic boolean isRerun()