Groovy Documentation

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

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

class GlobalSettings

A delegate class for global settings.

Authors:
hidetake.org


Field Summary
protected ConnectionSettings connectionSettings

protected OperationSettings operationSettings

 
Property Summary
static java.lang.Object allowAnyHosts

 
Method Summary
 
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()
 

Field Detail

connectionSettings

@Delegate
protected final ConnectionSettings connectionSettings


operationSettings

@Delegate
protected final OperationSettings operationSettings


 
Property Detail

allowAnyHosts

static final java.lang.Object allowAnyHosts


 

Groovy Documentation