Uses of Class
org.kohsuke.github.GHGist
-
Packages that use GHGist Package Description org.kohsuke.github -
-
Uses of GHGist in org.kohsuke.github
Methods in org.kohsuke.github that return GHGist Modifier and Type Method Description GHGistGHGistBuilder. create()Creates a Gist based on the parameters specified thus far.GHGistGHGist. fork()Forks this gist into your own.GHGistGitHub. getGist(String id)Gets a single gist by ID.GHGistGHGistUpdater. update()Updates the Gist based on the parameters specified thus far.Methods in org.kohsuke.github that return types with arguments of type GHGist Modifier and Type Method Description PagedIterable<GHGist>GHGist. listForks()List forks paged iterable.PagedIterable<GHGist>GHUser. listGists()Lists Gists created by this user.
-