Uses of Enum
org.kohsuke.github.GHRepository.CollaboratorAffiliation
-
Uses of GHRepository.CollaboratorAffiliation in org.kohsuke.github
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static GHRepository.CollaboratorAffiliation[]
GHRepository.CollaboratorAffiliation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionGHRepository.getCollaboratorNames
(GHRepository.CollaboratorAffiliation affiliation) Gets the names of the collaborators on this repository.GHRepository.listCollaborators
(GHRepository.CollaboratorAffiliation affiliation) Lists up the collaborators on this repository.