Home
Trees
Indices
Help
python-gitlab3
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
gitlab3.GitLab.Project.Branch
:
A project branch.
gitlab3.GitLab.Project.Commit
:
A commit made to the project repository.
gitlab3.GitLab.CurrentUser
:
The currently authenticated user.
gitlab3.GitLab.Project.DeployKey
:
A project deploy key.
gitlab3.GitLab.Project.Event
:
A project event.
gitlab3.GitLab.Project.File
:
A project file.
gitlab3.GitLab
:
A GitLab API connection.
gitlab3.GitLab.Group
:
A project group.
gitlab3.GitLab.Project.Hook
:
A project hook.
gitlab3.GitLab.Issue
:
An issue.
gitlab3.GitLab.Project.Issue
:
A project issue.
gitlab3.GitLab.Group.Member
:
A group member.
gitlab3.GitLab.Team.Member
:
A member in a team.
gitlab3.GitLab.Project.Member
:
A project member.
gitlab3.GitLab.Project.MergeRequest
:
A merge request.
gitlab3.GitLab.Project.Milestone
:
A project milestone.
gitlab3.GitLab.Project.Snippet.Note
:
A snippet note.
gitlab3.GitLab.Project.MergeRequest.Note
:
A merge request note.
gitlab3.GitLab.Project.Issue.Note
:
An issue note.
gitlab3.GitLab.Team.Project
:
A project associated with a user team.
gitlab3.GitLab.Project
:
A project.
gitlab3.GitLab.User.SSHKey
:
A user's ssh key.
gitlab3.GitLab.CurrentUser.SSHKey
:
An ssh key belonging to the currently authenticated user.
gitlab3.GitLab.Project.Snippet
:
A project snippet.
gitlab3.GitLab.SystemHook
:
A system hook.
gitlab3.GitLab.Project.Tag
:
A project tag.
gitlab3.GitLab.Team
:
A team of users.
gitlab3.GitLab.User
:
A GitLab user.
gitlab3.GitLab.Project.WallNote
:
A wall note.
gitlab3.exceptions
object
:
The most base type
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
gitlab3.exceptions.GitLabException
:
Base exception class
gitlab3.exceptions.ConnectionError
:
A connection to GitLab could not be established due to a network problem, e.g.
gitlab3.exceptions.ForbiddenRequest
:
The request is not allowed, e.g.
gitlab3.exceptions.MissingRequiredAttribute
:
A required attribute of the API request is missing, e.g.
gitlab3.exceptions.RequestNotSupported
:
The request is not supported
gitlab3.exceptions.ResourceConflict
:
A conflicting resource already exists, e.g.
gitlab3.exceptions.ResourceNotFound
:
A resource could not be accessed, e.g.
gitlab3.exceptions.ServerError
:
While handling the request something went wrong on the server side
gitlab3.exceptions.UnauthorizedRequest
:
The user is not authenticated, a valid user token is necessary
Home
Trees
Indices
Help
python-gitlab3
Generated by Epydoc 3.0.1 on Tue Apr 8 12:42:36 2014
http://epydoc.sourceforge.net