com.lazerycode.jmeter
Class JMeterGUIMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.lazerycode.jmeter.JMeterAbstractMojo
com.lazerycode.jmeter.JMeterGUIMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class JMeterGUIMojo
- extends JMeterAbstractMojo
JMeter Maven plugin.
- Author:
- Jarrod Ribble
| Fields inherited from class com.lazerycode.jmeter.JMeterAbstractMojo |
binDir, customPropertiesFile, ignoreResultErrors, ignoreResultFailures, jmeterConfigArtifact, libDir, libExtDir, logsDir, mavenProject, pluginArtifacts, pluginProperties, propertiesGlobal, propertiesJMeter, propertiesReplacedByCustomFiles, propertiesSaveService, propertiesSystem, propertiesUpgrade, propertiesUser, proxyConfig, remoteConfig, resultsDir, resultsFileNameDateFormat, suppressJMeterOutput, testArgs, testFilesDirectory, testFilesExcluded, testFilesIncluded, testResultsTimestamp, workDir |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
void |
execute()
Load the JMeter GUI |
protected void |
initialiseJMeterArgumentsArray()
Generate the initial JMeter Arguments array that is used to create the command line that we pass to JMeter. |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMeterGUIMojo
public JMeterGUIMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Load the JMeter GUI
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
initialiseJMeterArgumentsArray
protected void initialiseJMeterArgumentsArray()
throws org.apache.maven.plugin.MojoExecutionException
- Generate the initial JMeter Arguments array that is used to create the command line that we pass to JMeter.
- Overrides:
initialiseJMeterArgumentsArray in class JMeterAbstractMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2012. All Rights Reserved.