net.kindleit.gae
Class StopGoal
java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.kindleit.gae.StopGoal
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class StopGoal
- extends org.apache.maven.plugin.AbstractMojo
Stops a running instance of the Google App Engine development server.
This is intended to be included in your project's POM and runs in the
post-integration-test phase.
- Since:
- 0.5.8
- Author:
- tmoore@incrementalism.net
|
Field Summary |
protected String |
monitorKey
Key to provide when making stop requests. |
protected int |
monitorPort
Port to listen for stop requests on. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
monitorPort
protected int monitorPort
- Port to listen for stop requests on.
monitorKey
protected String monitorKey
- Key to provide when making stop requests.
StopGoal
public StopGoal()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2009-2010 KindleIT. All Rights Reserved.