Uses of Class
org.kohsuke.github.GHMembership.Role
-
Packages that use GHMembership.Role Package Description org.kohsuke.github -
-
Uses of GHMembership.Role in org.kohsuke.github
Methods in org.kohsuke.github that return GHMembership.Role Modifier and Type Method Description GHMembership.RoleGHMembership. getRole()Gets role.static GHMembership.RoleGHMembership.Role. valueOf(String name)Returns the enum constant of this type with the specified name.static GHMembership.Role[]GHMembership.Role. values()Returns an array containing the constants of this enum type, in the order they are declared.
-