public class GitUser extends Object
In contrast, 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()
Gets date.
|
String |
getEmail()
Gets email.
|
String |
getName()
Gets name.
|
public String getName()
public String getEmail()
public Date getDate()
Copyright © 2020. All rights reserved.