| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHGist |
GHGistBuilder.create()
Creates a Gist based on the parameters specified thus far.
|
GHGist |
GHGist.fork()
Forks this gist into your own.
|
GHGist |
GitHub.getGist(String id)
Gets a sigle gist by ID.
|
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHGist> |
GHGist.listForks() |
PagedIterable<GHGist> |
GHUser.listGists()
Lists Gists created by this user.
|
Copyright © 2015. All rights reserved.