com.lazerycode.jmeter
Class JMeterGUIMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.lazerycode.jmeter.JMeterAbstractMojo
          extended by 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

Field Summary
 
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
 
Constructor Summary
JMeterGUIMojo()
           
 
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 com.lazerycode.jmeter.JMeterAbstractMojo
generateJMeterDirectoryTree, getArtifactNamed, overrideSecurityManager, overrideUncaughtExceptionHandler, populateJMeterDirectoryTree, propertyConfiguration, waitForTestToFinish
 
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
 

Constructor Detail

JMeterGUIMojo

public JMeterGUIMojo()
Method Detail

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.