标签: google-app-engine version
有没有办法获得应用程序的所有版本及其部署时间? 可以使用以下版本获得所有版本:
ModulesServiceFactory.getModulesService.getVersions("$ module_name ")
ModulesServiceFactory.getModulesService.getVersions("$
module_name
")
这确实列出了版本,但没有部署时间,甚至没有按部署时间排序。
那么,如何列出所有版本及其部署时间(或者,对于列表,按部署时间获取排序的版本列表)?
干杯, 辖