public abstract class

AbstractRepositoryRefsRequest

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest
Known Direct Subclasses

Summary

Nested Classes
class AbstractRepositoryRefsRequest.AbstractBuilder<B extends AbstractBuilder<B, R extends AbstractRepositoryRefsRequest>, R>  
Protected Constructors
AbstractRepositoryRefsRequest(AbstractBuilder<?, ?> builder)
Public Methods
@Nullable String getFilterText()
@Nullable RefOrder getOrder()
@Nonnull Repository getRepository()
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected AbstractRepositoryRefsRequest (AbstractBuilder<?, ?> builder)

Public Methods

@Nullable public String getFilterText ()

Returns
  • optional text for filtering returned refs

@Nullable public RefOrder getOrder ()

Returns
  • the ordering to apply when listing refs; if null, the order is determined by the SCM

@Nonnull public Repository getRepository ()

Returns
  • the repository to retrieve refs from