Class GHQueryBuilder<T>

    • Field Detail

      • req

        protected final org.kohsuke.github.Requester req
        The req.
    • Method Detail

      • list

        public abstract PagedIterable<T> list()
        Start listing items by using the settings built up on this object.
        Returns:
        the paged iterable
      • getRoot

        @Deprecated
        public GitHub getRoot()
        Deprecated.
        For access to the GitHub instance, use a local copy instead of pulling it out of objects.
        Get the root GitHub instance for this object.
        Returns:
        the root GitHub instance