Class
SSHKit::Backend::Abstract
In:
lib/sshkit/backends/abstract.rb
Parent:
Object
Methods
as
background
capture
config
configure
download!
execute
make
new
rake
redact
run
test
upload!
with
within
Attributes
host
[R]
Public Class methods
config
()
configure
() {|config| ...}
new
(host, &block)
Public Instance methods
as
(who) {|| ...}
background
(*args)
capture
(*args)
download!
(_remote, _local=nil, _options = {})
execute
(*args)
make
(commands=[])
rake
(commands=[])
redact
(arg)
run
()
test
(*args)
upload!
(_local, _remote, _options = {})
Backends which extend the
Abstract
backend should implement the following methods:
with
(environment) {|| ...}
within
(directory) {|| ...}
[Validate]