Class Gemnasium::GitlabService::Pusher
In: lib/gemnasium/gitlab_service/pusher.rb
Parent: Object

Push all dependency files of a git repo to Gemnasium.

Methods

call   new  

Constants

DependencyFile = Struct.new(:path, :sha, :content)

Attributes

branch_name  [R] 
client  [R] 
commit_sha  [R] 
project_slug  [R] 
repo_path  [R] 

Public Class methods

Public Instance methods

Push all dependency files

[Validate]