| Interface | Description |
|---|---|
| AppCfgRunner |
Interface for encapsulate the AppCfg command.
|
| Class | Description |
|---|---|
| AbstractBaseAppCfgMojo |
Base for all AppCfg-Mojos.
|
| AppCfgRollbackMojo |
AppCfg "rollback" Mojo.
The 'update' command requires a server-side transaction. Use 'rollback' if you experience an error during 'update' and want to begin a new update transaction. |
| AppCfgStartMojo |
AppCfg "start" Mojo.
Starts the specified server version. |
| AppCfgStopMojo |
AppCfg "stop" Mojo.
Stops the specified server version. |
| AppCfgUpdateCronMojo |
AppCfg "update_cron" Mojo.
Updates the cron jobs for the server. |
| AppCfgUpdateDosMojo |
AppCfg "update_queues" Mojo.
Updates the DoS protection configuration for the server. Does not otherwise alter the running application version. |
| AppCfgUpdateIndexesMojo |
AppCfg "update_indexes" Mojo.
Updates the datastore indexes for the server to add any in the current application directory. Does not alter the running application version, nor remove any existing indexes. |
| AppCfgUpdateMojo |
AppCfg "update" Mojo.
Installs a new version of the application onto the server, as the default version for end users. |
| AppCfgUpdateQueuesMojo |
AppCfg "update_queues" Mojo.
Updates any new, removed or changed task queue definitions. Does not otherwise alter the running application version. |
| AppCfgVacuumIndexesMojo |
AppCfg "vacuum_indexes" Mojo.
Deletes indexes on the server that are not present in the local index configuration file. The user is prompted before each delete. |
| HelpMojo |
Display help information on appengine-maven-plugin.
Call mvn appengine:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
AppCfg goals. Each action has its own goal in a
separate class inside this package.Copyright © 2013 None. All Rights Reserved.