Bitbucket Server Documentation
Bitbucket Server - REST API
Package Index
|
Class Index
com.atlassian.bitbucket.rest
com.atlassian.bitbucket.rest.content
com.atlassian.bitbucket.rest.enrich
com.atlassian.bitbucket.rest.exception
com.atlassian.bitbucket.rest.util
Classes
RestErrorMessage
RestErrors
RestErrors.Builder
RestMapEntity
RestResource
Exceptions
BadRequestException
ConflictException
NotFoundException
ResourceException
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
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
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
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)