Class Reporter
java.lang.Object
com.chutneytesting.engine.domain.report.Reporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreatePublisher(Long executionId, Step rootStep) voidsetRetentionDelaySeconds(long retentionDelaySeconds) io.reactivex.Observable<StepExecutionReport>subscribeOnExecution(Long executionId)
-
Constructor Details
-
Reporter
public Reporter() -
Reporter
public Reporter(long retentionDelaySeconds)
-
-
Method Details
-
subscribeOnExecution
-
setRetentionDelaySeconds
public void setRetentionDelaySeconds(long retentionDelaySeconds) -
createPublisher
-