hudson.plugins.sauce_ondemand
Class Tunnel

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<Tunnel>
      extended by 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

Nested Class Summary
static class Tunnel.DescriptorImpl
           
 
Field Summary
 String localHost
           
 int localPort
           
 String startingURL
           
 
Constructor Summary
Tunnel(int localPort, String localHost, String startingURL)
           
 
Method Summary
 
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
 

Field Detail

localPort

public final int localPort

localHost

public final String localHost

startingURL

public final String startingURL
Constructor Detail

Tunnel

@DataBoundConstructor
public Tunnel(int localPort,
                                   String localHost,
                                   String startingURL)


Copyright © 2004-2013. All Rights Reserved.