hudson.plugins.sauce_ondemand
Class Tunnel
java.lang.Object
hudson.model.AbstractDescribableImpl<Tunnel>
hudson.plugins.sauce_ondemand.Tunnel
- All Implemented Interfaces:
- hudson.model.Describable<Tunnel>, Serializable
public class Tunnel
- extends hudson.model.AbstractDescribableImpl<Tunnel>
- implements Serializable
A tunnel configuration. Previously (for Sauce Connect v1), the tunnel supported the storage
of local/remote hosts and ports and domains. As of Sauce Connect v2, the need for remote hosts
and ports is removed.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
localPort
public final int localPort
localHost
public final String localHost
startingURL
public final String startingURL
Tunnel
@DataBoundConstructor
public Tunnel(int localPort,
String localHost,
String startingURL)
Copyright © 2004-2013. All Rights Reserved.