Class GHEventPayload.TeamAdd

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

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

    • TeamAdd

      public TeamAdd()
  • Method Details

    • getTeam

      public GHTeam getTeam()
      Gets the team.
      Returns:
      the team
    • 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