Searched full:ancestor (Results 1 – 11 of 11) sorted by relevance
17 <datastore-index kind="TestPlanRun" ancestor="true" source="manual">22 <datastore-index kind="TestPlanRun" ancestor="true" source="manual">27 <datastore-index kind="TestPlanRun" ancestor="true" source="manual">31 <datastore-index kind="TestPlanRun" ancestor="true" source="manual">35 <datastore-index kind="TestPlanRun" ancestor="true" source="manual">39 <datastore-index kind="TestStatus" ancestor="false" source="manual">44 <datastore-index kind="TestRun" ancestor="true" source="manual">49 <datastore-index kind="TestRun" ancestor="true" source="manual">54 <datastore-index kind="TestRun" ancestor="true" source="manual">58 <datastore-index kind="TestRun" ancestor="true" source="manual">[all …]
3 ancestor: no14 ancestor: no26 ancestor: no60 ancestor: no73 ancestor: no
104 .ancestor(testRunKey).list(); in doGetHandler()
74 TestRunEntity testRun = ofy().load().type(TestRunEntity.class).ancestor(testKey) in getLatestTestRunDetails()
113 ofy().load().type(ApiCoverageEntity.class).ancestor(testRunKey).list(); in postCoverageDataSum()
474 .ancestor(testRunEntity.getOfyKey()) in insertTestPlanReport()
276 * @param parentKey The ancestor key for the coverage entity.
262 * @param parent The ancestor key for the device entity.
297 * @param parent The ancestor objectify key for the coverage entity.
305 ofy().load().type(ApiCoverageEntity.class).ancestor(testRunKey).list(); in getApiCoverageEntityList()
439 * @param ancestorKey The ancestor key to use in the query.