|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.saucelabs.rest.SauceTunnelFactory
public class SauceTunnelFactory
Secure tunnels to Sauce OnDemand.
| Constructor Summary | |
|---|---|
SauceTunnelFactory()
Uses the default credential file to connect to sauce tunnels. |
|
SauceTunnelFactory(Credential credential)
Uses the specified credential to connect to sauce tunnels. |
|
| Method Summary | |
|---|---|
SauceTunnel |
create(java.util.Collection<java.lang.String> domains)
|
SauceTunnel |
create(java.lang.String... domains)
|
java.util.List<SauceTunnel> |
list()
Lists up existing tunnels. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SauceTunnelFactory(Credential credential)
public SauceTunnelFactory()
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public SauceTunnel create(java.lang.String... domains)
throws java.io.IOException
java.io.IOException
public SauceTunnel create(java.util.Collection<java.lang.String> domains)
throws java.io.IOException
java.io.IOException
public java.util.List<SauceTunnel> list()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||