Groovy Documentation

org.hidetake.gradle.ssh.internal.operation
[Groovy] Class OperationService

java.lang.Object
  org.hidetake.gradle.ssh.internal.operation.OperationService

@Singleton(lazy = true)
class OperationService

Method Summary
Operations create(Remote remote, OperationSettings operationSettings, ConnectionManager connectionManager)

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

Method Detail

create

Operations create(Remote remote, OperationSettings operationSettings, ConnectionManager connectionManager)


 

Groovy Documentation