We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2577e commit d68318bCopy full SHA for d68318b
1 file changed
src/main/java/org/kohsuke/github/GHTeam.java
@@ -45,7 +45,9 @@ public enum Role {
45
*/
46
MAINTAINER,
47
/** A normal member of the team. */
48
- MEMBER
+ MEMBER,
49
+ /** Unknown role. */
50
+ UNKNOWN
51
}
52
53
/**
@@ -59,7 +61,11 @@ public enum NotificationSetting {
59
61
60
62
* No one receives notifications.
63
- NOTIFICATIONS_DISABLED
64
+ NOTIFICATIONS_DISABLED,
65
+ /**
66
+ * Unknown notification setting.
67
+ */
68
69
70
71
0 commit comments