public static class StepReporter.StepEntry
extends java.lang.Object
| Constructor and Description |
|---|
StepEntry(io.reactivex.Maybe<java.lang.String> itemId,
java.util.Date stepStartTime,
com.epam.ta.reportportal.ws.model.FinishTestItemRQ finishTestItemRQ) |
StepEntry(io.reactivex.Maybe<java.lang.String> itemId,
com.epam.ta.reportportal.ws.model.FinishTestItemRQ finishTestItemRQ) |
| Modifier and Type | Method and Description |
|---|---|
com.epam.ta.reportportal.ws.model.FinishTestItemRQ |
getFinishTestItemRQ() |
io.reactivex.Maybe<java.lang.String> |
getItemId() |
java.util.Date |
getTimestamp() |
public StepEntry(@Nonnull
io.reactivex.Maybe<java.lang.String> itemId,
@Nonnull
java.util.Date stepStartTime,
@Nonnull
com.epam.ta.reportportal.ws.model.FinishTestItemRQ finishTestItemRQ)
public StepEntry(@Nonnull
io.reactivex.Maybe<java.lang.String> itemId,
@Nonnull
com.epam.ta.reportportal.ws.model.FinishTestItemRQ finishTestItemRQ)