Home | Trees | Indices | Help |
|
---|
|
A project. http://github.com/gitlabhq/gitlabhq/blob/master/doc/api/projects.md#get-single-project
|
|||
Branch A project branch. |
|||
DeployKey A project deploy key. |
|||
Event A project event. |
|||
Hook A project hook. |
|||
Issue A project issue. |
|||
Member A project member. |
|||
MergeRequest A merge request. |
|||
Milestone A project milestone. |
|||
Snippet A project snippet. |
|||
Tag A project tag. |
|||
File A project file. |
|||
Commit A commit made to the project repository. |
|||
WallNote A wall note. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Delete this project's existing forked from relationship. This will succeed if no existing relationship exists. |
Protect a branch. branch can either be a branch object or a branch name. Specifying an already protected branch will have no effect. |
Unprotect a branch. branch can either be a branch object or a branch name. Specifying an already unprotected branch will have no effect. |
Return a list of Project branches. limit can be given to specify the maximum list size. page and per_page can be used for pagination. limit should not be specified with either page or per_page. If it is, limit takes precedence. |
Find the first matching Branch whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching branches will be returned. If a cached list is not given, the list to search will be queried from the server each time this is called. Searching is done via an unoptimized, inefficient o(n) search. All arguments must be named. |
Return the Branch specified by the given id. get_branch() may be used as an alias for this function. |
Return a list of Project deploy_keys. limit can be given to specify the maximum list size. page and per_page can be used for pagination. limit should not be specified with either page or per_page. If it is, limit takes precedence. |
Find the first matching DeployKey whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching deploy_keys will be returned. If a cached list is not given, the list to search will be queried from the server each time this is called. Searching is done via an unoptimized, inefficient o(n) search. All arguments must be named. |
Return the DeployKey specified by the given id. get_deploy_key() may be used as an alias for this function. |
Add a new deploy_key to this Project On success, the newly created object is returned. |
Return a list of Project events. limit can be given to specify the maximum list size. page and per_page can be used for pagination. limit should not be specified with either page or per_page. If it is, limit takes precedence. |
Find the first matching Event whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching events will be returned. If a cached list is not given, the list to search will be queried from the server each time this is called. Searching is done via an unoptimized, inefficient o(n) search. All arguments must be named. |
Return a list of Project hooks. limit can be given to specify the maximum list size. page and per_page can be used for pagination. limit should not be specified with either page or per_page. If it is, limit takes precedence. |
Find the first matching Hook whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching hooks will be returned. If a cached list is not given, the list to search will be queried from the server each time this is called. Searching is done via an unoptimized, inefficient o(n) search. All arguments must be named. |
Return the Hook specified by the given id. get_hook() may be used as an alias for this function. |
Add a new hook to this Project On success, the newly created object is returned. |
Return a list of Project issues. limit can be given to specify the maximum list size. page and per_page can be used for pagination. limit should not be specified with either page or per_page. If it is, limit takes precedence. |
Find the first matching Issue whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching issues will be returned. If a cached list is not given, the list to search will be queried from the server each time this is called. Searching is done via an unoptimized, inefficient o(n) search. All arguments must be named. |
Return the Issue specified by the given id. get_issue() may be used as an alias for this function. |
Add a new issue to this Project On success, the newly created object is returned. |
Return a list of Project members. limit can be given to specify the maximum list size. page and per_page can be used for pagination. limit should not be specified with either page or per_page. If it is, limit takes precedence. |
Find the first matching Member whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching members will be returned. If a cached list is not given, the list to search will be queried from the server each time this is called. Searching is done via an unoptimized, inefficient o(n) search. All arguments must be named. |
Return the Member specified by the given id. get_member() may be used as an alias for this function. |
Add a new member to this Project On success, the newly created object is returned. |
Return a list of Project merge_requests. limit can be given to specify the maximum list size. page and per_page can be used for pagination. limit should not be specified with either page or per_page. If it is, limit takes precedence. |
Find the first matching MergeRequest whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching merge_requests will be returned. If a cached list is not given, the list to search will be queried from the server each time this is called. Searching is done via an unoptimized, inefficient o(n) search. All arguments must be named. |
Return the MergeRequest specified by the given id. get_merge_request() may be used as an alias for this function. |
Add a new merge_request to this Project On success, the newly created object is returned. |
Return a list of Project milestones. limit can be given to specify the maximum list size. page and per_page can be used for pagination. limit should not be specified with either page or per_page. If it is, limit takes precedence. |
Find the first matching Milestone whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching milestones will be returned. If a cached list is not given, the list to search will be queried from the server each time this is called. Searching is done via an unoptimized, inefficient o(n) search. All arguments must be named. |
Return the Milestone specified by the given id. get_milestone() may be used as an alias for this function. |
Add a new milestone to this Project On success, the newly created object is returned. |
Return a list of Project snippets. limit can be given to specify the maximum list size. page and per_page can be used for pagination. limit should not be specified with either page or per_page. If it is, limit takes precedence. |
Find the first matching Snippet whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching snippets will be returned. If a cached list is not given, the list to search will be queried from the server each time this is called. Searching is done via an unoptimized, inefficient o(n) search. All arguments must be named. |
Return the Snippet specified by the given id. get_snippet() may be used as an alias for this function. |
Add a new snippet to this Project On success, the newly created object is returned. |
Return a list of Project tags. limit can be given to specify the maximum list size. page and per_page can be used for pagination. limit should not be specified with either page or per_page. If it is, limit takes precedence. |
Find the first matching Tag whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching tags will be returned. If a cached list is not given, the list to search will be queried from the server each time this is called. Searching is done via an unoptimized, inefficient o(n) search. All arguments must be named. |
Return a list of Project files. limit can be given to specify the maximum list size. page and per_page can be used for pagination. limit should not be specified with either page or per_page. If it is, limit takes precedence. |
Find the first matching File whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching files will be returned. If a cached list is not given, the list to search will be queried from the server each time this is called. Searching is done via an unoptimized, inefficient o(n) search. All arguments must be named. |
Return a list of Project commits. limit can be given to specify the maximum list size. page and per_page can be used for pagination. limit should not be specified with either page or per_page. If it is, limit takes precedence. |
Find the first matching Commit whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching commits will be returned. If a cached list is not given, the list to search will be queried from the server each time this is called. Searching is done via an unoptimized, inefficient o(n) search. All arguments must be named. |
Return the Commit specified by the given id. get_commit() may be used as an alias for this function. |
Return a list of Project wall_notes. limit can be given to specify the maximum list size. page and per_page can be used for pagination. limit should not be specified with either page or per_page. If it is, limit takes precedence. |
Find the first matching WallNote whose properties match all of the key, value pairs given in the arguments. If find_all is true, a list of all matching wall_notes will be returned. If a cached list is not given, the list to search will be queried from the server each time this is called. Searching is done via an unoptimized, inefficient o(n) search. All arguments must be named. |
Return the WallNote specified by the given id. get_wall_note() may be used as an alias for this function. |
Add a new wall_note to this Project On success, the newly created object is returned. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 8 12:42:36 2014 | http://epydoc.sourceforge.net |