public abstract class GHQueryBuilder<T>
extends java.lang.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 © 2016. All Rights Reserved.