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>, 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
|
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 |
remotePort
public final int remotePort
localPort
public final int localPort
localHost
public final java.lang.String localHost
domains
public final java.lang.String domains
Tunnel
@DataBoundConstructor
public Tunnel(int remotePort,
int localPort,
java.lang.String localHost,
java.lang.String domains)
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.