Uses of Enum
org.kohsuke.github.GHTeam.Privacy
Packages that use GHTeam.Privacy
-
Uses of GHTeam.Privacy in org.kohsuke.github
Methods in org.kohsuke.github that return GHTeam.PrivacyModifier and TypeMethodDescriptionGHTeamChanges.FromPrivacy.getFrom()
Gets the from.GHTeam.getPrivacy()
Gets the privacy state.static GHTeam.Privacy
Returns the enum constant of this type with the specified name.static GHTeam.Privacy[]
GHTeam.Privacy.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 GHTeam.PrivacyModifier and TypeMethodDescriptionGHTeamBuilder.privacy
(GHTeam.Privacy privacy) Description for this team.void
GHTeam.setPrivacy
(GHTeam.Privacy privacy) Updates the team's privacy setting.