Uses of Enum
org.kohsuke.github.GHRepositorySelection
Packages that use GHRepositorySelection
-
Uses of GHRepositorySelection in org.kohsuke.github
Methods in org.kohsuke.github that return GHRepositorySelectionModifier and TypeMethodDescriptionGHAppInstallation.getRepositorySelection()Gets repository selection.GHAppInstallationToken.getRepositorySelection()Gets repository selection.static GHRepositorySelectionReturns 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 GHRepositorySelectionModifier and TypeMethodDescriptionvoidGHAppInstallation.setRepositorySelection(GHRepositorySelection repositorySelection) Deprecated.Do not use this method.voidGHAppInstallationToken.setRepositorySelection(GHRepositorySelection repositorySelection) Deprecated.Do not use this method.