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
Modifier and TypeClassDescriptionprotected static class
SimpleMinimalRepositoryRef.AbstractBuilder<B extends SimpleMinimalRepositoryRef.AbstractBuilder<B,
R>, R extends MinimalRepositoryRef> static class
Nested classes/interfaces inherited from class com.atlassian.bitbucket.repository.SimpleMinimalRef
SimpleMinimalRef.AbstractMinimalRefBuilder<B extends SimpleMinimalRef.AbstractMinimalRefBuilder<B,
R>, R extends MinimalRef> -
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.repository.SimpleMinimalRef
equals, fieldsToString, getDisplayId, getId, getType, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
getRepository
in interfaceMinimalRepositoryRef
- Returns:
- the repository
-