Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SauceRest.php

function SauceRest::getJob

Get full information for job: /rest/v1/:userId/jobs/:jobId (GET)

Parameters

string $jobId:

Return value

array

File

vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php, line 245

Class

SauceRest
WebDriver\SauceLabs\SauceRest class

Namespace

WebDriver\SauceLabs

Code

public function getJob($jobId) {
    return $this->execute('GET', $this->userId . '/jobs/' . $jobId);
}
RSS feed
Powered by Drupal