C D G I L R S W

C

com.saucelabs.rest - package com.saucelabs.rest
Java library for accessing Sauce OnDemand REST API.
connect(int, String, int) - Method in class com.saucelabs.rest.SauceTunnel
Establishes the remote-to-local port forwarding.
create(String...) - Method in class com.saucelabs.rest.SauceTunnelFactory
 
create(Collection<String>) - Method in class com.saucelabs.rest.SauceTunnelFactory
 
Credential - Class in com.saucelabs.rest
Credential for the Sauce OnDemand service.
Credential(String, String) - Constructor for class com.saucelabs.rest.Credential
Creates a credential by specifying the username and the key directly.
Credential(File) - Constructor for class com.saucelabs.rest.Credential
Loads a credential from the specified property file.
Credential() - Constructor for class com.saucelabs.rest.Credential
Loads the credential from the default location "~/.sauce-ondemand"

D

destroy() - Method in class com.saucelabs.rest.SauceTunnel
Destroys the tunnel server.
disconnect(int) - Method in class com.saucelabs.rest.SauceTunnel
Cancels the remote-to-local port forwarding.
disconnectAll() - Method in class com.saucelabs.rest.SauceTunnel
Shuts down all the SSH tunnels opened between the sauce tunnel server and this JVM.

G

getCreationTime() - Method in class com.saucelabs.rest.SauceTunnel
Returns the timestamp when this tunnel was created.
getDefaultCredentialFile() - Static method in class com.saucelabs.rest.Credential
Location of the default credential file.
getDomainNames() - Method in class com.saucelabs.rest.SauceTunnel
Gets the list of the domain names that this tunnel maps to.
getHost() - Method in class com.saucelabs.rest.SauceTunnel
Gets the tunnel host name inside the Sauce OnDemand cloud.
getId() - Method in class com.saucelabs.rest.SauceTunnel
Gets the unique ID of this tunnel.
getKey() - Method in class com.saucelabs.rest.Credential
 
getShutDownTime() - Method in class com.saucelabs.rest.SauceTunnel
Returns the timestamp when this tunnel was destroyed.
getUsername() - Method in class com.saucelabs.rest.Credential
 

I

isRunning() - Method in class com.saucelabs.rest.SauceTunnel
Is this tunnel actively running?

L

list() - Method in class com.saucelabs.rest.SauceTunnelFactory
Lists up existing tunnels.

R

refresh() - Method in class com.saucelabs.rest.SauceTunnel
Retrieves the up-to-date status information by contacting the server.

S

SauceTunnel - Class in com.saucelabs.rest
Represents a sauce tunnel server on the cloud.
SauceTunnelFactory - Class in com.saucelabs.rest
Secure tunnels to Sauce OnDemand.
SauceTunnelFactory(Credential) - Constructor for class com.saucelabs.rest.SauceTunnelFactory
Uses the specified credential to connect to sauce tunnels.
SauceTunnelFactory() - Constructor for class com.saucelabs.rest.SauceTunnelFactory
Uses the default credential file to connect to sauce tunnels.
saveTo(File) - Method in class com.saucelabs.rest.Credential
Persists this credential to the disk.

W

waitUntilRunning(long) - Method in class com.saucelabs.rest.SauceTunnel
Waits until the tunnel transitions into the running state, or until the specified timeout expires.

C D G I L R S W

Copyright © 2010. All Rights Reserved.