public class SimpleBuildOption extends hudson.model.JobProperty implements NeoLoadPluginOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleBuildOption.DescriptorImpl |
| Constructor and Description |
|---|
SimpleBuildOption(boolean showTrendAverageResponse,
boolean showTrendErrorRate,
List<GraphOptionsInfo> graphOptionsInfos,
int maxTrends,
boolean scanAll)
Instantiates a new Simple build option.
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleBuildOption |
fromNPO(NeoLoadPluginOptions npo) |
List<GraphOptionsInfo> |
getGraphOptionsInfo()
Gets graph options info.
|
int |
getMaxTrends()
Gets max trends.
|
boolean |
isScanAllBuilds()
Is scan all builds boolean.
|
boolean |
isShowTrendAverageResponse()
Is show trend average response boolean.
|
boolean |
isShowTrendErrorRate()
Is show trend error rate boolean.
|
public SimpleBuildOption(boolean showTrendAverageResponse,
boolean showTrendErrorRate,
List<GraphOptionsInfo> graphOptionsInfos,
int maxTrends,
boolean scanAll)
showTrendAverageResponse - the show trend average responseshowTrendErrorRate - the show trend error rategraphOptionsInfos - the graph options infosmaxTrends - the max trendspublic static SimpleBuildOption fromNPO(NeoLoadPluginOptions npo)
public boolean isShowTrendAverageResponse()
NeoLoadPluginOptionsisShowTrendAverageResponse in interface NeoLoadPluginOptionspublic boolean isShowTrendErrorRate()
NeoLoadPluginOptionsisShowTrendErrorRate in interface NeoLoadPluginOptionspublic List<GraphOptionsInfo> getGraphOptionsInfo()
NeoLoadPluginOptionsgetGraphOptionsInfo in interface NeoLoadPluginOptionspublic int getMaxTrends()
NeoLoadPluginOptionsgetMaxTrends in interface NeoLoadPluginOptionspublic boolean isScanAllBuilds()
NeoLoadPluginOptionsisScanAllBuilds in interface NeoLoadPluginOptionsCopyright © 2004-2021. All Rights Reserved.