Searched refs:urlSafeKey (Results 1 – 4 of 4) sorted by relevance
89 String urlSafeKey = request.getParameter("urlSafeKey"); in doPost() local90 json = postCoverageDataSum(urlSafeKey); in doPost()104 private String postCoverageDataSum(String urlSafeKey) { in postCoverageDataSum() argument108 Key<TestPlanRunEntity> key = Key.create(urlSafeKey); in postCoverageDataSum()
136 public static ApiCoverageEntity getByUrlSafeKey(String urlSafeKey) { in getByUrlSafeKey() argument139 .filterKey(com.google.cloud.datastore.Key.fromUrlSafe(urlSafeKey)) in getByUrlSafeKey()
47 var getAjaxList = $.map( urlSafeKeyList, function( urlSafeKey ) {48 return $.get( "/api/coverage/api/data?key=" + urlSafeKey, function(data) {
83 var getAjaxList = $.map( urlSafeKeyList, function( urlSafeKey ) {84 return $.get( "/api/coverage/api/data?key=" + urlSafeKey, function(data) {