Class SimpleMinimalRepositoryRef
java.lang.Object
com.atlassian.bitbucket.repository.SimpleMinimalRef
com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef
- All Implemented Interfaces:
MinimalRef,MinimalRepositoryRef
- Direct Known Subclasses:
SimpleRepositoryRef
Basic implementation of
MinimalRepositoryRef- Since:
- 5.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classSimpleMinimalRepositoryRef.AbstractBuilder<B extends SimpleMinimalRepositoryRef.AbstractBuilder<B,R>, R extends MinimalRepositoryRef> static classNested classes/interfaces inherited from class com.atlassian.bitbucket.repository.SimpleMinimalRef
SimpleMinimalRef.AbstractMinimalRefBuilder<B extends SimpleMinimalRef.AbstractMinimalRefBuilder<B,R>, R extends MinimalRef> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods 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, getType
-
Constructor Details
-
SimpleMinimalRepositoryRef
protected SimpleMinimalRepositoryRef(@Nonnull SimpleMinimalRepositoryRef.AbstractBuilder<?, ?> builder)
-
-
Method Details
-
getRepository
- Specified by:
getRepositoryin interfaceMinimalRepositoryRef- Returns:
- the repository
-