|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kohsuke.github.GitUser
public class GitUser
Represents a user in Git who authors/commits a commit.
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 Summary | |
|---|---|
GitUser()
|
|
| Method Summary | |
|---|---|
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" |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GitUser()
| Method Detail |
|---|
public String getName()
public String getEmail()
public Date getDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||