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>, java.io.Serializable

public class Tunnel
extends hudson.model.AbstractDescribableImpl<Tunnel>
implements java.io.Serializable

A tunnel configuration.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Nested Class Summary
static class Tunnel.DescriptorImpl
           
 
Field Summary
 java.lang.String domains
           
 java.lang.String localHost
           
 int localPort
           
 int remotePort
           
 
Constructor Summary
Tunnel(int remotePort, int localPort, java.lang.String localHost, java.lang.String domains)
           
 
Method Summary
 java.util.List<java.lang.String> getDomainList()
           
 boolean isAutoRemoteHost()
          If true, we'll generate the random remote host for each build.
 
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

remotePort

public final int remotePort

localPort

public final int localPort

localHost

public final java.lang.String localHost

domains

public final java.lang.String domains
Constructor Detail

Tunnel

@DataBoundConstructor
public Tunnel(int remotePort,
                                   int localPort,
                                   java.lang.String localHost,
                                   java.lang.String domains)
Method Detail

getDomainList

public java.util.List<java.lang.String> getDomainList()

isAutoRemoteHost

public boolean isAutoRemoteHost()
If true, we'll generate the random remote host for each build.



Copyright © 2011. All Rights Reserved.