Class GHEventPayload.Push.Pusher

java.lang.Object
org.kohsuke.github.GHEventPayload.Push.Pusher
Enclosing class:
GHEventPayload.Push

public static class GHEventPayload.Push.Pusher extends Object
The type Pusher.
  • Constructor Details

    • Pusher

      public Pusher()
  • Method Details

    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      @Deprecated public void setName(String name)
      Deprecated.
      Do not use this method. It was added due to incomplete understanding of Jackson binding.
      Sets name.
      Parameters:
      name - the name
    • getEmail

      public String getEmail()
      Gets email.
      Returns:
      the email
    • setEmail

      @Deprecated public void setEmail(String email)
      Deprecated.
      Do not use this method. It was added due to incomplete understanding of Jackson binding.
      Sets email.
      Parameters:
      email - the email