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,
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