public abstract class AbstractRepositoryRefsRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractRepositoryRefsRequest.AbstractBuilder<B extends AbstractRepositoryRefsRequest.AbstractBuilder<B,R>,R extends AbstractRepositoryRefsRequest> |
Modifier | Constructor and Description |
---|---|
protected |
AbstractRepositoryRefsRequest(AbstractRepositoryRefsRequest.AbstractBuilder<?,?> builder) |
Modifier and Type | Method and Description |
---|---|
String |
getFilterText() |
RefOrder |
getOrder() |
Repository |
getRepository() |
boolean |
isBoostMatches() |
protected AbstractRepositoryRefsRequest(AbstractRepositoryRefsRequest.AbstractBuilder<?,?> builder)
@Nullable public String getFilterText()
public boolean isBoostMatches()
@Nullable public RefOrder getOrder()
null
, the order is determined by the SCM@Nonnull public Repository getRepository()
Copyright © 2022 Atlassian. All rights reserved.