Lines Matching refs:executionId

71    * @param string $executionId Required. An Execution id.
79 public function create($projectId, $historyId, $executionId, Step $postBody, $optParams = []) argument
81 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'p…
93 * @param string $executionId A Execution id. Required.
98 public function get($projectId, $historyId, $executionId, $stepId, $optParams = []) argument
100 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 's…
111 * @param string $executionId A tool results execution ID.
116 …public function getPerfMetricsSummary($projectId, $historyId, $executionId, $stepId, $optParams = … argument
118 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 's…
134 * @param string $executionId A Execution id. Required.
144 …public function listProjectsHistoriesExecutionsSteps($projectId, $historyId, $executionId, $optPar… argument
146 $params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId];
160 * @param string $executionId A Execution id. Required.
169 …public function patch($projectId, $historyId, $executionId, $stepId, Step $postBody, $optParams = … argument
171 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 's…
185 * @param string $executionId A Execution id. Required.
192 …public function publishXunitXmlFiles($projectId, $historyId, $executionId, $stepId, PublishXunitXm… argument
194 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 's…