Home
last modified time | relevance | path

Searched refs:bugzillaRPC (Results 1 – 1 of 1) sorted by relevance

/plugin/bugzillaint/helper/
H A Dbugzillaclient.php42 …$response = $this->bugzillaRPC('Bug.get', array('ids' => $ids, 'include_fields' => $includeFields …
120 $r = $this->bugzillaRPC('Classification.get', array('names' => $c ) );
185 $response = $this->bugzillaRPC('Bug.search', $options );
222 …$response = $this->bugzillaRPC('Bug.get', array('ids' => $f_ids, 'include_fields' => $includeField…
233 …$response = $this->bugzillaRPC('Bug.get', array('ids' => $f_id, 'include_fields' => $includeFields…
302 …$response = $this->bugzillaRPC('Bug.get', array('ids' => $dependencies, 'include_fields' => array(…
332 protected function bugzillaRPC( $method, $parameters ) { function in helper_plugin_bugzillaint_bugzillaclient