java.lang.Object | ||
↳ | com.atlassian.bitbucket.commit.SimpleMinimalCommit | |
↳ | com.atlassian.bitbucket.commit.SimpleCommit |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SimpleCommit.Builder |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the
repository this commit was loaded from, if it's available. | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Retrieves the repository
this commit was loaded from, if it's available.
Note: For reasons of performance and conciseness this field may be null
depending on the service
used to construct this commit. If an explicit repository context has been provided by some other mechanism (for
example, web-fragments on the commit page will have an explicit 'repository' object in their render context) it
is preferable to use that instead of this.