| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
static GHRepository.ForkSort |
GHRepository.ForkSort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHRepository.ForkSort[] |
GHRepository.ForkSort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHRepository> |
GHRepository.listForks(GHRepository.ForkSort sort)
Lists all the direct forks of this repository, sorted by the given sort order.
|
Copyright © 2017. All rights reserved.