Class Reporter
- java.lang.Object
-
- com.chutneytesting.engine.domain.report.Reporter
-
public class Reporter extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreatePublisher(Long executionId, Step rootStep)voidsetRetentionDelaySeconds(long retentionDelaySeconds)io.reactivex.Observable<StepExecutionReport>subscribeOnExecution(Long executionId)
-
-
-
Method Detail
-
subscribeOnExecution
public io.reactivex.Observable<StepExecutionReport> subscribeOnExecution(Long executionId)
-
setRetentionDelaySeconds
public void setRetentionDelaySeconds(long retentionDelaySeconds)
-
-