Groovy Documentation

org.hidetake.gradle.ssh.api.operation
[Groovy] Interface Operations


interface Operations

Interface of operations.

Authors:
hidetake.org


Nested Class Summary
interface Operations.Factory

A factory of Operations.

 
Property Summary
java.lang.Object factory

 
Method Summary
java.lang.String execute(ExecutionSettings settings, java.lang.String command)

void executeBackground(ExecutionSettings settings, java.lang.String command)

Remote getRemote()

void sftp(groovy.lang.Closure closure)

Perform SFTP operations.

void shell(ShellSettings settings)

 

Property Detail

factory

final java.lang.Object factory


 
Method Detail

execute

java.lang.String execute(ExecutionSettings settings, java.lang.String command)


executeBackground

void executeBackground(ExecutionSettings settings, java.lang.String command)


getRemote

Remote getRemote()


sftp

void sftp(groovy.lang.Closure closure)
Perform SFTP operations.
Parameters:
closure - closure for SftpHandler


shell

void shell(ShellSettings settings)


 

Groovy Documentation