| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHRepositorySelection |
GHAppInstallationToken.getRepositorySelection()
Gets repository selection.
|
GHRepositorySelection |
GHAppInstallation.getRepositorySelection()
Gets repository selection.
|
static GHRepositorySelection |
GHRepositorySelection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHRepositorySelection[] |
GHRepositorySelection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHAppInstallationToken.setRepositorySelection(GHRepositorySelection repositorySelection)
Sets repository selection.
|
void |
GHAppInstallation.setRepositorySelection(GHRepositorySelection repositorySelection)
Sets repository selection.
|
Copyright © 2020. All rights reserved.