Re: [appengine-java] Determine in runtime (Java) who deployed app

2010-08-20 Thread Ikai L (Google)
No, this doesn't exist in the API. What's the use case? You could probably write a pre-deploy hook via command line scripting to update a datastore entity somewhere (possibly even in another application), but this is probably easier to solve with internal communications or version numbers. On Fri,

[appengine-java] Determine in runtime (Java) who deployed app

2010-08-20 Thread andrew
I would like to be able to determine in run time (I am using Java) the username of the admin who deployed the running instance of the application. I have looked at programmatic access to admin logs (no?), SystemProperty (no), and ServletContext (no) to see if this property is accessible at run tim