@Mojo(name="results",
defaultPhase=VERIFY)
public class CheckResultsMojo
extends AbstractJMeterMojo
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ignoreResultFailures
Sets whether build should fail if there are failed requests found in the JMeter result file.
|
protected boolean |
scanResultsForFailedRequests
Sets whether ResultScanner should search for failed requests in the JMeter result file.
|
protected boolean |
scanResultsForSuccessfulRequests
Sets whether ResultScanner should search for Successful requests in the JMeter result file.
|
appendResultsTimestamp, customPropertiesFiles, jmeterDirectory, jMeterProcessJVMSettings, logConfigFilename, logsDirectory, mojoExecution, overrideRootLogLevel, postTestPauseInSeconds, propertiesMap, proxyConfig, remoteConfig, resultsDirectory, resultsFileNameDateFormat, runtimeJarName, settings, skipTests, suppressJMeterOutput, testArgs, testConfigFile, testFilesBuildDirectory, testFilesDirectory, testFilesExcluded, testFilesIncluded, testResultsTimestamp, useMavenProxy, workingDirectory| Constructor and Description |
|---|
CheckResultsMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute()
Scan JMeter result files for successful, and failed requests/
|
execute, initialiseJMeterArgumentsArray, loadMavenProxy@Parameter(defaultValue="false") protected boolean ignoreResultFailures
@Parameter(defaultValue="false") protected boolean scanResultsForFailedRequests
@Parameter(defaultValue="false") protected boolean scanResultsForSuccessfulRequests
public void doExecute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
doExecute in class AbstractJMeterMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2017. All rights reserved.