public class

RestResource

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.rest.RestResource

Summary

Fields
protected final I18nService i18nService
Public Constructors
RestResource(I18nService i18nService)
Public Methods
NotFoundException noSuchCommentException(long comment)
NotFoundException noSuchGroupException(String name)
NotFoundException noSuchProjectException(String projectKey)
NotFoundException noSuchPullRequestException(String projectKey, String repositorySlug, long pullRequestId)
NotFoundException noSuchRepoException(String projectKey, String repositorySlug)
NotFoundException noSuchUserException(String name)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected final I18nService i18nService

Public Constructors

public RestResource (I18nService i18nService)

Public Methods

public NotFoundException noSuchCommentException (long comment)

public NotFoundException noSuchGroupException (String name)

public NotFoundException noSuchProjectException (String projectKey)

public NotFoundException noSuchPullRequestException (String projectKey, String repositorySlug, long pullRequestId)

public NotFoundException noSuchRepoException (String projectKey, String repositorySlug)

public NotFoundException noSuchUserException (String name)