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, Aug 20, 2010 at 6:44 AM, andrew <[email protected]>wrote: > 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 time, without success. > > Any suggestions anyone? > > thanks > > Andrew > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
