Uses of Class
org.kohsuke.github.GHRepository.CollaboratorAffiliation
-
Packages that use GHRepository.CollaboratorAffiliation Package Description org.kohsuke.github -
-
Uses of GHRepository.CollaboratorAffiliation in org.kohsuke.github
Methods in org.kohsuke.github that return GHRepository.CollaboratorAffiliation Modifier and Type Method Description static GHRepository.CollaboratorAffiliationGHRepository.CollaboratorAffiliation. valueOf(String name)Returns 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.CollaboratorAffiliation Modifier and Type Method Description Set<String>GHRepository. getCollaboratorNames(GHRepository.CollaboratorAffiliation affiliation)Gets the names of the collaborators on this repository.PagedIterable<GHUser>GHRepository. listCollaborators(GHRepository.CollaboratorAffiliation affiliation)Lists up the collaborators on this repository.
-