Groovy Documentation

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

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

class SshPluginConvention

Convention properties and methods.

Authors:
hidetake.org


Field Summary
protected java.lang.Object dryRunService

protected java.lang.Object service

protected java.lang.Object sshSpec

 
Property Summary
java.lang.Object SshTask

Alias to omit import in the build script.

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

Configures global settings.

void sshexec(groovy.lang.Closure configureClosure)

Executes SSH operations instead of a project 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

dryRunService

protected java.lang.Object dryRunService


service

protected java.lang.Object service


sshSpec

protected final java.lang.Object sshSpec


 
Property Detail

SshTask

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


 
Method Detail

ssh

void ssh(groovy.lang.Closure configureClosure)
Configures global settings.
Parameters:
configureClosure - closure for SshSpec


sshexec

void sshexec(groovy.lang.Closure configureClosure)
Executes SSH operations instead of a project task.
Parameters:
configureClosure - configuration closure for SshSpec


 

Groovy Documentation