Method: GitReflow::GitServer::BitBucket.connection

Defined in:
lib/git_reflow/git_server/bit_bucket.rb

.connectionObject



20
21
22
23
24
# File 'lib/git_reflow/git_server/bit_bucket.rb', line 20

def self.connection
  if api_key_setup?
    @connection ||= ::BitBucket.new login: remote_user, password: api_key
  end
end