Searched defs:testResources (Results 1 – 4 of 4) sorted by relevance
74 final JSONArray testResources = json.optJSONArray("test_resources"); in fromJson() local92 final JSONArray testResources = new JSONArray(); in toJson() local
84 public ClusterCommandConfigBuilder setTestResources(List<TestResource> testResources) { in setTestResources()
106 final List<TestResource> testResources = parseTestResources(); in getBuild() local
811 final List<TestResource> testResources = client.getTestResources(requestId); in execManagedClusterCommand() local