Package com.lazerycode.jmeter.mojo
Class RunJMeterGUIMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.lazerycode.jmeter.mojo.AbstractJMeterMojo
-
- com.lazerycode.jmeter.mojo.RunJMeterGUIMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="gui", defaultPhase=INTEGRATION_TEST) public class RunJMeterGUIMojo extends AbstractJMeterMojo
Goal that runs JMeter in GUI mode.
This goal runs within Lifecycle phaseLifecyclePhase.INTEGRATION_TEST
.- Author:
- Jarrod Ribble
-
-
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 RunJMeterGUIMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doExecute()
Load the JMeter GUI-
Methods inherited from class com.lazerycode.jmeter.mojo.AbstractJMeterMojo
computeJMeterArgumentsArray, execute, loadMavenProxy
-
-
-
-
Method Detail
-
doExecute
public void doExecute() throws org.apache.maven.plugin.MojoExecutionException
Load the JMeter GUI- Specified by:
doExecute
in classAbstractJMeterMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
- MojoExecutionException
-
-