public abstract class GHQueryBuilder<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.kohsuke.github.Requester |
req |
protected GitHub |
root |
| Modifier and Type | Method and Description |
|---|---|
abstract PagedIterable<T> |
list()
Start listing items by using the settings built up on this object.
|
protected final GitHub root
protected final org.kohsuke.github.Requester req
public abstract PagedIterable<T> list()
Copyright © 2017. All rights reserved.