| java.lang.Object | ||
| ↳ | com.atlassian.bitbucket.commit.SimpleMinimalCommit | |
| ↳ | com.atlassian.bitbucket.commit.SimpleCommit | |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SimpleCommit.Builder | |||||||||||
| [Expand] Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
com.atlassian.bitbucket.commit.SimpleMinimalCommit | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Retrieves the  repositorythis commit was loaded from, if it's available. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  com.atlassian.bitbucket.commit.SimpleMinimalCommit | |||||||||||
|  From class
  java.lang.Object | |||||||||||
|  From interface
  com.atlassian.bitbucket.commit.Commit | |||||||||||
|  From interface
  com.atlassian.bitbucket.commit.MinimalCommit | |||||||||||
|  From interface
  com.atlassian.bitbucket.property.PropertySupport | |||||||||||
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.