GitLabRepository

Undocumented in source.

Constructors

this
this(string owner, string project, string auth_token, URL base_url)
Undocumented in source.

Members

Functions

download
void download(string ver, void delegate(scope InputStream) del)
Undocumented in source. Be warned that the author may not have intended to support it.
getBranches
RefInfo[] getBranches()
Undocumented in source. Be warned that the author may not have intended to support it.
getDownloadUrl
string getDownloadUrl(string ver)
Undocumented in source. Be warned that the author may not have intended to support it.
getInfo
RepositoryInfo getInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
getTags
RefInfo[] getTags()
Undocumented in source. Be warned that the author may not have intended to support it.
readFile
void readFile(string commit_sha, Path path, void delegate(scope InputStream) reader)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

register
void register(string auth_token, string url)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Repository

getTags
RefInfo[] getTags()
Undocumented in source.
getBranches
RefInfo[] getBranches()
Undocumented in source.
getInfo
RepositoryInfo getInfo()

Get basic repository information, throws FileNotFoundException when the repo no longer exists.

readFile
void readFile(string commit_sha, Path path, void delegate(scope InputStream) reader)
Undocumented in source.
getDownloadUrl
string getDownloadUrl(string tag_or_branch)
Undocumented in source.
download
void download(string tag_or_branch, void delegate(scope InputStream) del)
Undocumented in source.

Meta