Package com.lazerycode.jmeter.mojo
Class RunJMeterMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.lazerycode.jmeter.mojo.AbstractJMeterMojo
-
- com.lazerycode.jmeter.mojo.RunJMeterMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="jmeter", defaultPhase=INTEGRATION_TEST) public class RunJMeterMojo extends AbstractJMeterMojo
Goal that runs jmeter based on configuration defined in your pom.
This goal runs within Lifecycle phaseLifecyclePhase.INTEGRATION_TEST
.
-
-
Field Summary
-
Fields inherited from class com.lazerycode.jmeter.mojo.AbstractJMeterMojo
appendResultsTimestamp, confFilesDirectory, customPropertiesFiles, DEFAULT_CONFIG_EXECUTION_ID, doNotFailBuildIfJVMIsKilled, generateReports, JMETER_ARTIFACT_NAME, JMETER_ARTIFACT_PREFIX, JMETER_CONFIG_ARTIFACT_NAME, jMeterProcessJVMSettings, JORPHAN_ARTIFACT_NAME, LINE_SEPARATOR, logsDirectory, mojoExecution, overrideRootLogLevel, postTestPauseInSeconds, projectBuildDirectory, proxyConfig, remoteConfig, reportDirectory, resultsDirectory, resultsFileNameDateFormat, selectedConfiguration, session, settings, skipTests, suppressJMeterOutput, testConfig, testConfigFile, testFilesBuildDirectory, testFilesDirectory, testFilesExcluded, testFilesIncluded, testResultsTimestamp, useMavenProxy
-
-
Constructor Summary
Constructors Constructor Description RunJMeterMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doExecute()
Run all the JMeter tests.-
Methods inherited from class com.lazerycode.jmeter.mojo.AbstractJMeterMojo
computeJMeterArgumentsArray, execute, loadMavenProxy
-
-
-
-
Method Detail
-
doExecute
public void doExecute() throws org.apache.maven.plugin.MojoExecutionException
Run all the JMeter tests.- Specified by:
doExecute
in classAbstractJMeterMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
- MojoExecutionException
-
-