| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHTeam.Privacy |
GHTeam.getPrivacy()
Gets the privacy state.
|
static GHTeam.Privacy |
GHTeam.Privacy.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
GHTeamBuilder |
GHTeamBuilder.privacy(GHTeam.Privacy privacy)
Description for this team
|
void |
GHTeam.setPrivacy(GHTeam.Privacy privacy)
Updates the team's privacy setting.
|
Copyright © 2020. All rights reserved.