Class SimpleRepositoryRef
java.lang.Object
com.atlassian.bitbucket.repository.SimpleMinimalRef
com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef
com.atlassian.bitbucket.repository.SimpleRepositoryRef
- All Implemented Interfaces:
MinimalRef,MinimalRepositoryRef,Ref,RepositoryRef
Basic implementation of
RepositoryRef- Since:
- 5.0
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef
SimpleMinimalRepositoryRef.AbstractBuilder<B extends SimpleMinimalRepositoryRef.AbstractBuilder<B,R>, R extends MinimalRepositoryRef> Nested classes/interfaces inherited from class com.atlassian.bitbucket.repository.SimpleMinimalRef
SimpleMinimalRef.AbstractMinimalRefBuilder<B extends SimpleMinimalRef.AbstractMinimalRefBuilder<B,R>, R extends MinimalRef> -
Method Summary
Methods inherited from class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef
getRepositoryMethods inherited from class com.atlassian.bitbucket.repository.SimpleMinimalRef
equals, fieldsToString, getDisplayId, getId, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.bitbucket.repository.MinimalRef
getDisplayId, getId, getTypeMethods inherited from interface com.atlassian.bitbucket.repository.MinimalRepositoryRef
getRepository
-
Method Details
-
getLatestCommit
Description copied from interface:RefTheIDof the commit at the tip of this ref.- Specified by:
getLatestCommitin interfaceRef- Returns:
- the tip commit's ID
-