Uses of Enum
org.kohsuke.github.GHRepository.Visibility
-
Uses of GHRepository.Visibility in org.kohsuke.github
Modifier and TypeMethodDescriptionstatic GHRepository.Visibility
From.GHRepository.getVisibility()
Gets the visibility of the repository.static GHRepository.Visibility
Returns the enum constant of this type with the specified name.static GHRepository.Visibility[]
GHRepository.Visibility.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
GHRepository.setVisibility
(GHRepository.Visibility value) Sets visibility.GHRepositorySearchBuilder.visibility
(GHRepository.Visibility visibility) Search by repository visibility.