Uses of Class
org.kohsuke.github.GHRepositorySelection
-
Packages that use GHRepositorySelection Package Description org.kohsuke.github -
-
Uses of GHRepositorySelection in org.kohsuke.github
Methods in org.kohsuke.github that return GHRepositorySelection Modifier and Type Method Description GHRepositorySelectionGHAppInstallation. getRepositorySelection()Gets repository selection.GHRepositorySelectionGHAppInstallationToken. getRepositorySelection()Gets repository selection.static GHRepositorySelectionGHRepositorySelection. 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.Methods in org.kohsuke.github with parameters of type GHRepositorySelection Modifier and Type Method Description voidGHAppInstallation. setRepositorySelection(GHRepositorySelection repositorySelection)Sets repository selection.voidGHAppInstallationToken. setRepositorySelection(GHRepositorySelection repositorySelection)Sets repository selection.
-