Uses of Class
org.kohsuke.github.GHMembership.State
-
Packages that use GHMembership.State Package Description org.kohsuke.github -
-
Uses of GHMembership.State in org.kohsuke.github
Methods in org.kohsuke.github that return GHMembership.State Modifier and Type Method Description GHMembership.StateGHMembership. getState()Gets state.static GHMembership.StateGHMembership.State. valueOf(String name)Returns the enum constant of this type with the specified name.static GHMembership.State[]GHMembership.State. 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 GHMembership.State Modifier and Type Method Description PagedIterable<GHMembership>GHMyself. listOrgMemberships(GHMembership.State state)List your organization memberships
-