Use this method to response the raw data against XSS.
Use this method to response the raw data against XSS.
Add collaborator to the repository.
Add collaborator to the repository.
the user name of the repository owner
the repository name
the collaborator name
Constraint for the color pattern.
Constraint for the color pattern.
Returns the context object for the request.
Returns the context object for the request.
Returns the count of the search result against issues.
Returns the count of the search result against issues.
the search condition
if true then counts only pull request, false then counts both of issue and pull request.
Tuple of the repository owner and the repository name
the count of the search result
Returns the Map which contains issue count for each labels.
Returns the Map which contains issue count for each labels.
the repository owner
the repository name
the search condition
the Map which contains issue count for each labels (key is label name, value is issue count)
ValueType for the java.util.Date property.
ValueType for the java.util.Date property.
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 collaborators name which is sorted with ascending order.
Returns the list of collaborators name which is sorted with ascending order.
the user name of the repository owner
the repository name
the list of collaborators name
IssueComment and commentedUser and Issue
for repository viewer.
for repository viewer.
1. find pull request from from branch
to othre branch on same repository
defaultBranch
2. return if exists pull request to othre branch
2. return None
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.
Constraint for the identifier such as user name or page name.
Constraint for the identifier such as user name or page name.
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 collaborator from the repository.
Remove collaborator from the repository.
the user name of the repository owner
the repository name
the collaborator name
Remove all collaborators from the repository.
Remove all collaborators from the repository.
the user name of the repository owner
the repository name
Constraint for the repository identifier.
Constraint for the repository identifier.
Save repository options.
Save repository options.
Returns the search result against issues.
Returns the search result against issues.
the search condition
if true then returns only pull requests, false then returns only issues.
the offset for pagination
the limit for pagination
Tuple of the repository owner and the repository name
the search result (list of tuples which contain issue, labels and comment count)
Search issues by keyword.
Search issues by keyword.
the repository owner
the repository name
the keywords separated by whitespace.
issues with comment count and matched content of issue or comment
for api
for api
(issue, issueUser, commentCount, pullRequest, headRepo, headOwner)
Updates the last activity date of the repository.
Updates the last activity date of the repository.
Fetch pull request contents into refs/pull/${issueId}/head and update pull request table.
Fetch pull request contents into refs/pull/${issueId}/head and update pull request table.
(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.3) format
now means the same as responseFormat
, responseFormat
will be removed eventually
(Since version 2.1.0) Use status_=(Int) instead