Class: Bard::CI::Local
Constant Summary
Constants included
from Retryable
Retryable::INITIAL_DELAY, Retryable::MAX_RETRIES
Instance Attribute Summary
Attributes inherited from Runner
#branch, #project_name, #sha
Instance Method Summary
collapse
Methods inherited from Runner
#resume, #run
Methods included from Retryable
#retry_with_backoff
Instance Method Details
#console ⇒ Object
12
13
14
|
# File 'lib/bard/ci/local.rb', line 12
def console
@console
end
|
#exists? ⇒ Boolean
8
9
10
|
# File 'lib/bard/ci/local.rb', line 8
def exists?
true
end
|