public class GitUser extends 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 |
|---|---|
Date |
getDate()
This field doesn't appear to be consistently available in all the situations where this class
is used.
|
String |
getEmail()
E-mail address, such as "foo@example.com"
|
String |
getName()
Human readable name of the user, such as "Kohsuke Kawaguchi"
|
public String getName()
public String getEmail()
public Date getDate()
Copyright © 2014. All rights reserved.