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 GitUserGHCheckSuite.HeadCommit. getAuthor()Gets author.GitUserGHCommit.ShortInfo. getAuthor()Gets author.GitUserGHCompare.InnerCommit. getAuthor()Gets author.GitUserGHEventPayload.Push.PushCommit. getAuthor()Gets author.GitUserGHPullRequestCommitDetail.Commit. getAuthor()Gets author.GitUserGHWorkflowRun.HeadCommit. getAuthor()Gets author.GitUserGHCheckSuite.HeadCommit. getCommitter()Gets committer.GitUserGHCommit.ShortInfo. getCommitter()Gets committer.GitUserGHCompare.InnerCommit. getCommitter()Gets committer.GitUserGHEventPayload.Push.PushCommit. getCommitter()Gets committer.GitUserGHPullRequestCommitDetail.Commit. getCommitter()Gets committer.GitUserGHWorkflowRun.HeadCommit. getCommitter()Gets committer.GitUserGHTagObject. getTagger()Gets tagger.
-