| 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 single gist by ID.
|
GHGist |
GHGistUpdater.update()
Updates the Gist based on the parameters specified thus far.
|
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHGist> |
GHGist.listForks()
List forks paged iterable.
|
PagedIterable<GHGist> |
GHUser.listGists()
Lists Gists created by this user.
|
Copyright © 2020. All rights reserved.