Class: Bard::CI::Local

Inherits:
Runner
  • Object
show all
Defined in:
lib/bard/ci/local.rb

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

#consoleObject



12
13
14
# File 'lib/bard/ci/local.rb', line 12

def console
  @console
end

#exists?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/bard/ci/local.rb', line 8

def exists?
  true
end