Class: Bard::CI::Local
- Defined in:
- lib/bard/plugins/deploy/ci/local.rb
Constant Summary
Constants included from Retryable
Retryable::INITIAL_DELAY, Retryable::MAX_RETRIES
Instance Attribute Summary
Attributes inherited from Runner
Instance Method Summary collapse
Methods inherited from Runner
[], default, inherited, #resume, #run
Methods included from Retryable
Instance Method Details
#console ⇒ Object
11 12 13 |
# File 'lib/bard/plugins/deploy/ci/local.rb', line 11 def console @console end |
#exists? ⇒ Boolean
7 8 9 |
# File 'lib/bard/plugins/deploy/ci/local.rb', line 7 def exists? true end |