Groovy Documentation

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

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

class SshPluginConvention

Convention properties and methods.

Authors:
hidetake.org


Field Summary
protected java.lang.Object globalSettings

Global settings.

 
Property Summary
java.lang.Class SshTask

Alias to omit import in build script.

 
Method Summary
void ssh(groovy.lang.Closure closure)

Configure global settings.

void sshexec(groovy.lang.Closure closure)

Execute a task.

 
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

globalSettings

protected final java.lang.Object globalSettings
Global settings.


 
Property Detail

SshTask

final java.lang.Class SshTask
Alias to omit import in build script.


 
Method Detail

ssh

void ssh(groovy.lang.Closure closure)
Configure global settings.
Parameters:
closure - closure for GlobalSettings


sshexec

void sshexec(groovy.lang.Closure closure)
Execute a task.
Parameters:
closure - closure for SshTaskDelegate


 

Groovy Documentation