Class GHEventPayload.Team

java.lang.Object
org.kohsuke.github.GHEventPayload
org.kohsuke.github.GHEventPayload.Team
Enclosing class:
GHEventPayload

public static class GHEventPayload.Team extends GHEventPayload
A team event was triggered.
See Also:
  • Constructor Details

    • Team

      public Team()
  • Method Details

    • getTeam

      public GHTeam getTeam()
      Gets the team.
      Returns:
      the team
    • getChanges

      public GHTeamChanges getChanges()
      Gets the changes made to the team.
      Returns:
      the changes made to the team, null unless action is "edited".
    • getRoot

      @Deprecated public GitHub getRoot()
      Deprecated.
      For access to the GitHub instance, use a local copy instead of pulling it out of objects.
      Get the root GitHub instance for this object.
      Returns:
      the root GitHub instance