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()
      Create default Team instance
  • 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".