Package | Description |
---|---|
org.jenkinsci.plugins.gatlingcheck.data |
Modifier and Type | Method and Description |
---|---|
GatlingCountStat |
GatlingReportStats.getMaxResponseTime() |
GatlingCountStat |
GatlingReportStats.getMeanNumberOfRequestsPerSecond() |
GatlingCountStat |
GatlingReportStats.getMeanResponseTime() |
GatlingCountStat |
GatlingReportStats.getMinResponseTime() |
GatlingCountStat |
GatlingReportStats.getNumberOfRequests() |
GatlingCountStat |
GatlingReportStats.getPercentiles1() |
GatlingCountStat |
GatlingReportStats.getPercentiles2() |
GatlingCountStat |
GatlingReportStats.getPercentiles3() |
GatlingCountStat |
GatlingReportStats.getPercentiles4() |
GatlingCountStat |
GatlingReportStats.getStandardDeviation() |
Modifier and Type | Method and Description |
---|---|
void |
GatlingReportStats.setMaxResponseTime(GatlingCountStat maxResponseTime) |
void |
GatlingReportStats.setMeanNumberOfRequestsPerSecond(GatlingCountStat meanNumberOfRequestsPerSecond) |
void |
GatlingReportStats.setMeanResponseTime(GatlingCountStat meanResponseTime) |
void |
GatlingReportStats.setMinResponseTime(GatlingCountStat minResponseTime) |
void |
GatlingReportStats.setNumberOfRequests(GatlingCountStat numberOfRequests) |
void |
GatlingReportStats.setPercentiles1(GatlingCountStat percentiles1) |
void |
GatlingReportStats.setPercentiles2(GatlingCountStat percentiles2) |
void |
GatlingReportStats.setPercentiles3(GatlingCountStat percentiles3) |
void |
GatlingReportStats.setPercentiles4(GatlingCountStat percentiles4) |
void |
GatlingReportStats.setStandardDeviation(GatlingCountStat standardDeviation) |
Copyright © 2016–2019. All rights reserved.