Uses of Class
org.kohsuke.github.GitUser
-
Packages that use GitUser Package Description org.kohsuke.github -
-
Uses of GitUser in org.kohsuke.github
Subclasses of GitUser in org.kohsuke.github Modifier and Type Class Description static classGHCommit.GHAuthorDeprecated.UseGitUserinstead.static classGHCompare.UserDeprecated.useGitUserinstead.static classGHPullRequestCommitDetail.AuthorshipDeprecated.UseGitUserMethods in org.kohsuke.github that return GitUser Modifier and Type Method Description GitUserGHCommit.ShortInfo. getAuthor()Gets author.GitUserGHCompare.InnerCommit. getAuthor()Gets author.GitUserGHEventPayload.Push.PushCommit. getAuthor()Gets author.GitUserGHPullRequestCommitDetail.Commit. getAuthor()Gets author.GitUserGHCommit.ShortInfo. getCommitter()Gets committer.GitUserGHCompare.InnerCommit. getCommitter()Gets committer.GitUserGHEventPayload.Push.PushCommit. getCommitter()Gets committer.GitUserGHPullRequestCommitDetail.Commit. getCommitter()Gets committer.GitUserGHTagObject. getTagger()Gets tagger.
-