Searched refs:statusKey (Results 1 – 2 of 2) sorted by relevance
145 Key statusKey; in doPost() local147 statusKey = KeyFactory.stringToKey(statusKeyString); in doPost()155 status = TestStatusEntity.fromEntity(datastore.get(statusKey)); in doPost()
513 Key statusKey = KeyFactory.createKey(TestStatusEntity.KIND, testName); in doPost() local515 status = TestStatusEntity.fromEntity(datastore.get(statusKey)); in doPost()554 status = TestStatusEntity.fromEntity(datastore.get(statusKey)); in doPost()570 logger.log(Level.WARNING, "Retrying alert job insert: " + statusKey); in doPost()572 logger.log(Level.SEVERE, "Exceeded alert job retries: " + statusKey); in doPost()