Package org.kohsuke.github
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 Summary
Constructors Constructor Description Pusher()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetEmail()Gets email.StringgetName()Gets name.voidsetEmail(String email)Deprecated.Do not use this method.voidsetName(String name)Deprecated.Do not use this method.
-
-
-
Method Detail
-
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
-
-