Class: Vx::ServiceConnector::GitlabV5

Inherits:
GitlabV4
  • Object
show all
Defined in:
lib/vx/service_connector/gitlab_v5.rb,
lib/vx/service_connector/gitlab_v5/deploy_keys.rb

Defined Under Namespace

Classes: DeployKeys

Instance Attribute Summary

Attributes inherited from GitlabV4

#endpoint, #private_token

Instance Method Summary collapse

Methods inherited from GitlabV4

#commits, #files, #hooks, #notices, #organizations

Methods included from Base

#hooks, #notices, #organizations

Instance Method Details

#deploy_keys(repo) ⇒ Object



11
12
13
# File 'lib/vx/service_connector/gitlab_v5.rb', line 11

def deploy_keys(repo)
  GitlabV5::DeployKeys.new(session, repo)
end

#reposObject



7
8
9
# File 'lib/vx/service_connector/gitlab_v5.rb', line 7

def repos
  @repos ||= GitlabV4::Repos.new(session).to_a
end