Package com.github.invictum.reportportal
Class StartEventBuilder
java.lang.Object
com.github.invictum.reportportal.StartEventBuilder
Utils builder used to construct
StartTestItemRQ events in fluent way-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.epam.ta.reportportal.ws.model.StartTestItemRQbuild()treeOptimized(boolean isOptimized) withDescription(String description) withParameters(net.thucydides.core.model.DataTable.RowValueAccessor data) withStartTime(ZonedDateTime time)
-
Constructor Details
-
StartEventBuilder
-
-
Method Details
-
withStartTime
-
withName
-
withDescription
-
withRetry
-
withParameters
-
withTags
-
treeOptimized
-
build
public com.epam.ta.reportportal.ws.model.StartTestItemRQ build()
-