IndexableCommit
Inherits Reference < Object
helper class to be able to index a commit as JSON document
Constructors
new(commit : Git::Commit, branch : String, repo : String)
SourceInstance methods
_id
Sourcebranches
Sourcebranches=(branches : Array(String))
Sourcefiles_added
Sourcefiles_added=(files_added : Array(String))
Sourcefiles_deleted
Sourcefiles_deleted=(files_deleted : Array(String))
Sourcefiles_modified
Sourcefiles_modified=(files_modified : Array(String))
Sourceto_json(json : JSON::Builder)
Source