public class GitUser
extends java.lang.Object
GHUser is an user of GitHub. Because Git allows a person to
use multiple e-mail addresses and names when creating a commit, there's generally
no meaningful mapping between GHUser and GitUser.| Constructor and Description |
|---|
GitUser() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getDate()
This field doesn't appear to be consistently available in all the situations where this class
is used.
|
java.lang.String |
getEmail()
E-mail address, such as "foo@example.com"
|
java.lang.String |
getName()
Human readable name of the user, such as "Kohsuke Kawaguchi"
|
public java.lang.String getName()
public java.lang.String getEmail()
public java.util.Date getDate()
Copyright © 2016. All Rights Reserved.