Groovy Documentation

org.hidetake.gradle.ssh.plugin
[Groovy] Class Remote

java.lang.Object
  org.hidetake.gradle.ssh.plugin.Remote

class Remote

Represents a remote host.

Authors:
hidetake.org


Property Summary
ConnectionSettings connectionSettings

Remote gateway

Gateway host.

java.lang.String host

Remote host.

java.lang.String name

Name of this instance.

int port

Port.

java.net.Proxy proxy

Proxy to use when establishing a connection.

java.util.List roles

Roles.

 
Constructor Summary
Remote(java.lang.String name1)

 
Method Summary
void role(java.lang.String role)

java.lang.String toString()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

connectionSettings

@Delegate
ConnectionSettings connectionSettings


gateway

Remote gateway
Gateway host. This may be null.


host

java.lang.String host
Remote host.


name

final java.lang.String name
Name of this instance.


port

int port
Port.


proxy

java.net.Proxy proxy
Proxy to use when establishing a connection. This may be null.


roles

final java.util.List roles
Roles.


 
Constructor Detail

Remote

Remote(java.lang.String name1)


 
Method Detail

role

void role(java.lang.String role)


toString

java.lang.String toString()


 

Groovy Documentation