public class

SimpleMinimalRepositoryRef

extends SimpleMinimalRef
implements MinimalRepositoryRef
java.lang.Object
   ↳ com.atlassian.bitbucket.repository.SimpleMinimalRef
     ↳ com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef
Known Direct Subclasses

Class Overview

Basic implementation of MinimalRepositoryRef

Summary

Nested Classes
class SimpleMinimalRepositoryRef.AbstractBuilder<B extends AbstractBuilder<B, R extends MinimalRepositoryRef>, R>  
class SimpleMinimalRepositoryRef.Builder  
Protected Constructors
SimpleMinimalRepositoryRef(AbstractBuilder<?, ?> builder)
Public Methods
@Nonnull Repository getRepository()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.repository.SimpleMinimalRef
From class java.lang.Object
From interface com.atlassian.bitbucket.repository.MinimalRef
From interface com.atlassian.bitbucket.repository.MinimalRepositoryRef

Protected Constructors

protected SimpleMinimalRepositoryRef (AbstractBuilder<?, ?> builder)

Public Methods

@Nonnull public Repository getRepository ()