java.lang.Object
org.kohsuke.github.GHMemberChanges
Changes made to a team.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Changes to role name.static class
Changes to permission. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet changes to permission.Get changes to the role name.
-
Constructor Details
-
GHMemberChanges
public GHMemberChanges()Create default GHMemberChanges instance
-
-
Method Details
-
getPermission
Get changes to permission.- Returns:
- changes to permission
-
getRoleName
Get changes to the role name.Apparently, it is recommended to use this rather than permission if defined. But it will only be defined when adding and not when editing.
- Returns:
- changes to role name
-