public abstract class GHSearchBuilder<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.kohsuke.github.Requester |
req |
protected GitHub |
root |
protected List<String> |
terms |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getApiUrl() |
PagedSearchIterable<T> |
list()
Performs the search.
|
GHSearchBuilder |
q(String term)
Search terms.
|
protected final GitHub root
protected final org.kohsuke.github.Requester req
public GHSearchBuilder q(String term)
public PagedSearchIterable<T> list()
protected abstract String getApiUrl()
Copyright © 2015. All Rights Reserved.