java.lang.Object | ||||||
↳ | java.lang.Throwable | |||||
↳ | java.lang.Exception | |||||
↳ | java.lang.RuntimeException | |||||
↳ | com.atlassian.bitbucket.ServiceException | |||||
↳ | com.atlassian.bitbucket.NoSuchEntityException | |||||
↳ | com.atlassian.bitbucket.repository.NoDefaultBranchException |
Thrown to indicate the configured default branch for a repository does not exist.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the name of the branch which is configured as the default branch in the repository.
| |||||||||||
Retrieves the name of the repository whose default branch does not exist.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.ServiceException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Retrieves the name of the branch which is configured as the default branch in the repository.
null
if unknown
Retrieves the name of the repository whose default branch does not exist.