public static class RegressionUtil.RegressionResult extends Object
| Constructor and Description |
|---|
RegressionResult() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBaselineHits() |
long |
getBaselineInvocations() |
com.takipi.common.api.result.event.EventResult |
getEvent() |
static RegressionUtil.RegressionResult |
of(com.takipi.common.api.result.event.EventResult event,
long baselineHits,
long baselinInvocations) |
public com.takipi.common.api.result.event.EventResult getEvent()
public long getBaselineHits()
public long getBaselineInvocations()
public static RegressionUtil.RegressionResult of(com.takipi.common.api.result.event.EventResult event, long baselineHits, long baselinInvocations)
Copyright © 2016–2018. All rights reserved.