Add collaborator (user or group) to the repository.
Add collaborator (user or group) to the repository.
Returns the repositories without private repository that user does not have access right.
Returns the repositories without private repository that user does not have access right. Include public repository, private own repository and private but collaborator repository.
the user name of collaborator
the repository information list
Returns the list of all collaborator name and permission which is sorted with ascending order.
Returns the list of all collaborator name and permission which is sorted with ascending order. If a group is added as a collaborator, this method returns users who are belong to that group.
Returns the list of collaborators name (user name or group name) which is sorted with ascending order.
Returns the list of collaborators name (user name or group name) which is sorted with ascending order.
Returns the specified repository information.
Returns the specified repository information.
the user name of the repository owner
the repository name
the repository information
Returns the repository names of the specified user.
Returns the repository names of the specified user.
the user name of repository owner
the list of repository names
Returns the list of visible repositories for the specified user.
Returns the list of visible repositories for the specified user. If repositoryUserName is given then filters results by repository owner.
the logged in account
the repository owner (if None then returns all repositories which are visible for logged in user)
if true then the result does not include physical repository information such as commit count, branches and tags
the repository information which is sorted in descending order of lastActivityDate.
Creates a new repository.
Creates a new repository.
the repository name
the user name of the repository owner
the repository description
the repository type (private is true, otherwise false)
specify for the forked repository. (default is None)
specify for the forked repository. (default is None)
Remove all collaborators from the repository.
Remove all collaborators from the repository.
Save repository options.
Save repository options.
Updates the last activity date of the repository.
Updates the last activity date of the repository.
(Since version 2.1.0) Do not invoke directly. Use withRequest
to change the binding, or request to get the value
(Since version 2.1.0) Do not invoke directly. Use withResponse
to change the binding, or response
to get the value
(Since version 2.1.0) Use servletContext instead
(Since version 2.1.0) Use status_=(Int) instead
Provides Ajax based file upload functionality.
This servlet saves uploaded file.