Skip navigation links
A B C D E G H J N O R S U 

A

accessKey - Variable in class com.saucelabs.saucerest.SauceREST
The access key to use when performing HTTP requests to the Sauce REST API.
addAuthenticationProperty(HttpURLConnection) - Method in class com.saucelabs.saucerest.SauceREST
Adds an Authorization request property to the HTTP connection.

B

buildURL(String) - Method in class com.saucelabs.saucerest.SauceREST
Build the url to be
BuildUtils - Class in com.saucelabs.saucerest
 
BuildUtils() - Constructor for class com.saucelabs.saucerest.BuildUtils
 
byteArrayToHex(byte[]) - Static method in class com.saucelabs.saucerest.SecurityUtils
 

C

com.saucelabs.saucerest - package com.saucelabs.saucerest
 

D

deleteJob(String) - Method in class com.saucelabs.saucerest.SauceREST
Invokes the Sauce REST API to delete a completed job from Sauce.
deleteTunnel(String) - Method in class com.saucelabs.saucerest.SauceREST
Invokes the Sauce REST API to delete a tunnel.
doJSONPOST(URL, JSONObject) - Method in class com.saucelabs.saucerest.SauceREST
 
downloadLog(String, String) - Method in class com.saucelabs.saucerest.SauceREST
Downloads the log file for a Sauce Job to the filesystem.
downloadVideo(String, String) - Method in class com.saucelabs.saucerest.SauceREST
Downloads the video for a Sauce Job to the filesystem.

E

encodeAuthentication() - Method in class com.saucelabs.saucerest.SauceREST
 
equals(Object) - Method in class com.saucelabs.saucerest.SauceREST
 

G

getActivity() - Method in class com.saucelabs.saucerest.SauceREST
Invokes the Sauce REST API to retrieve the activity details of the user.
getBuildFullJobs(String, int) - Method in class com.saucelabs.saucerest.SauceREST
Retrieve jobs associated with a build
getBuildFullJobs(String) - Method in class com.saucelabs.saucerest.SauceREST
 
getConcurrency() - Method in class com.saucelabs.saucerest.SauceREST
Invokes the Sauce REST API to retrieve the concurrency details of the user.
getCurrentVersion() - Static method in class com.saucelabs.saucerest.BuildUtils
 
getExtraUserAgent() - Static method in class com.saucelabs.saucerest.SauceREST
 
getFullJobs() - Method in class com.saucelabs.saucerest.SauceREST
Returns a String (in JSON format) representing the details for a Sauce job.
getFullJobs(int) - Method in class com.saucelabs.saucerest.SauceREST
Returns a String (in JSON format) representing the details for a Sauce job.
getJobInfo(String) - Method in class com.saucelabs.saucerest.SauceREST
Returns a String (in JSON format) representing the details for a Sauce job.
getJobs() - Method in class com.saucelabs.saucerest.SauceREST
Returns a String (in JSON format) representing the details for a Sauce job.
getJobs(int) - Method in class com.saucelabs.saucerest.SauceREST
Returns a String (in JSON format) representing the details for a Sauce job.
getJobs(int, long, int) - Method in class com.saucelabs.saucerest.SauceREST
Returns a String (in JSON format) representing the details for a Sauce job.
getPublicJobLink(String) - Method in class com.saucelabs.saucerest.SauceREST
Generates a link to the job page on Saucelabs.com, which can be accessed without the user's credentials.
getStoredFiles() - Method in class com.saucelabs.saucerest.SauceREST
Returns a String (in JSON format) representing the stored files list
getSupportedPlatforms(String) - Method in class com.saucelabs.saucerest.SauceREST
Returns a String (in JSON format) representing the list of objects describing all the OS and browser platforms currently supported on Sauce Labs.
getTunnelInformation(String) - Method in class com.saucelabs.saucerest.SauceREST
Invokes the Sauce REST API to retrieve the details of the tunnel.
getTunnels() - Method in class com.saucelabs.saucerest.SauceREST
Invokes the Sauce REST API to retrieve the details of the tunnels currently associated with the user.
getUser() - Method in class com.saucelabs.saucerest.SauceREST
Returns a String (in JSON format) representing the basic account information
getUserAgent() - Method in class com.saucelabs.saucerest.SauceREST
 
getUsername() - Method in class com.saucelabs.saucerest.SauceREST
Returns username assigned to this interface

H

hmacEncode(String, String, String) - Static method in class com.saucelabs.saucerest.SecurityUtils
 

J

jobFailed(String) - Method in class com.saucelabs.saucerest.SauceREST
Marks a Sauce Job as 'failed'.
jobPassed(String) - Method in class com.saucelabs.saucerest.SauceREST
Marks a Sauce Job as 'passed'.

N

NotAuthorized() - Constructor for exception com.saucelabs.saucerest.SauceException.NotAuthorized
 

O

openConnection(URL) - Method in class com.saucelabs.saucerest.SauceREST
Opens a connection to a url.

R

recordCI(String, String) - Method in class com.saucelabs.saucerest.SauceREST
Record CI Usage to Sauce Labs
retrieveResults(String) - Method in class com.saucelabs.saucerest.SauceREST
Returns the HTTP response for invoking https://saucelabs.com/rest/v1/path.
retrieveResults(URL) - Method in class com.saucelabs.saucerest.SauceREST
 

S

SauceException - Exception in com.saucelabs.saucerest
Created by gavinmogan on 11/2/15.
SauceException() - Constructor for exception com.saucelabs.saucerest.SauceException
 
SauceException.NotAuthorized - Exception in com.saucelabs.saucerest
Created by gavinmogan on 11/2/15.
SauceREST - Class in com.saucelabs.saucerest
Simple Java API that invokes the Sauce REST API.
SauceREST(String, String) - Constructor for class com.saucelabs.saucerest.SauceREST
Constructs a new instance of the SauceREST class.
SecurityUtils - Class in com.saucelabs.saucerest
 
SecurityUtils() - Constructor for class com.saucelabs.saucerest.SecurityUtils
 
setExtraUserAgent(String) - Static method in class com.saucelabs.saucerest.SauceREST
 
stopJob(String) - Method in class com.saucelabs.saucerest.SauceREST
Invokes the Sauce REST API to stop a running job.

U

updateJobInfo(String, Map<String, Object>) - Method in class com.saucelabs.saucerest.SauceREST
Invokes the Sauce REST API to update the details of a Sauce job, using the details included in the updates parameter.
uploadFile(File) - Method in class com.saucelabs.saucerest.SauceREST
Uploads a file to Sauce storage.
uploadFile(File, String) - Method in class com.saucelabs.saucerest.SauceREST
Uploads a file to Sauce storage.
uploadFile(File, String, Boolean) - Method in class com.saucelabs.saucerest.SauceREST
Uploads a file to Sauce storage.
uploadFile(InputStream, String, Boolean) - Method in class com.saucelabs.saucerest.SauceREST
Uploads a file to Sauce storage.
username - Variable in class com.saucelabs.saucerest.SauceREST
The username to use when performing HTTP requests to the Sauce REST API.
A B C D E G H J N O R S U 
Skip navigation links

Copyright © 2016 Sauce Labs. All rights reserved.