public class RequestOKRateMetric extends AbstractMetric
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestOKRateMetric.DescriptorImpl |
serialVersionUID| Constructor and Description |
|---|
RequestOKRateMetric(String requestName,
String rate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(hudson.model.TaskListener taskListener,
GatlingReport gatlingReport) |
String |
getRate() |
String |
getRequestName() |
MetricType |
getType() |
log, logErrorpublic MetricType getType()
getType in class AbstractMetricpublic boolean check(@Nonnull hudson.model.TaskListener taskListener, @Nonnull GatlingReport gatlingReport)
check in class AbstractMetricpublic String getRate()
public String getRequestName()
Copyright © 2016–2019. All rights reserved.