Provides facilities to upload cron entries to the hosting service.
def google.appengine.tools.appcfg.CronEntryUpload.__init__ |
( |
|
self, |
|
|
|
rpcserver, |
|
|
|
cron, |
|
|
|
error_fh = sys.stderr |
|
) |
| |
Creates a new CronEntryUpload.
Args:
rpcserver: The RPC server to use. Should be an instance of a subclass of
AbstractRpcServer
cron: The CronInfoExternal object loaded from the cron.yaml file.
error_fh: Where to send status and error messages.
def google.appengine.tools.appcfg.CronEntryUpload.DoUpload |
( |
|
self | ) |
|
Uploads the cron entries.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/appcfg.py