|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.hidetake.gradle.ssh.SshPluginConvention
class SshPluginConvention
Convention properties and methods.
| 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 |
|---|
protected java.lang.Object dryRunService
protected java.lang.Object service
protected final java.lang.Object sshSpec
| Property Detail |
|---|
final java.lang.Object SshTask
| Method Detail |
|---|
void ssh(groovy.lang.Closure configureClosure)
configureClosure - closure for SshSpec
void sshexec(groovy.lang.Closure configureClosure)
configureClosure - configuration closure for SshSpec
Groovy Documentation