java.lang.Object
org.kohsuke.github.GHTeamChanges
Changes made to a team.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Changes made to privacy.static class
Changes made for repository events.static class
Changes made to permissions.static class
Changes made to a string value. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets changes to description.getName()
Gets changes to name.Gets changes to privacy.Gets changes for repository events.
-
Constructor Details
-
GHTeamChanges
public GHTeamChanges()Create default GHTeamChanges instance
-
-
Method Details
-
getDescription
Gets changes to description.- Returns:
- changes to description.
-
getName
Gets changes to name.- Returns:
- changes to name.
-
getPrivacy
Gets changes to privacy.- Returns:
- changes to privacy.
-
getRepository
Gets changes for repository events.- Returns:
- changes for repository events.
-