Uses of Enum
org.kohsuke.github.GHRepository.CollaboratorAffiliation
Packages that use GHRepository.CollaboratorAffiliation
-
Uses of GHRepository.CollaboratorAffiliation in org.kohsuke.github
Methods in org.kohsuke.github that return GHRepository.CollaboratorAffiliationModifier 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.Methods in org.kohsuke.github with parameters of type GHRepository.CollaboratorAffiliationModifier 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.