org.kohsuke.github
Class GHPullRequestCommitDetail.Commit

java.lang.Object
  extended by org.kohsuke.github.GHPullRequestCommitDetail.Commit
Enclosing class:
GHPullRequestCommitDetail

public static class GHPullRequestCommitDetail.Commit
extends Object


Constructor Summary
GHPullRequestCommitDetail.Commit()
           
 
Method Summary
 GitUser getAuthor()
           
 int getComment_count()
           
 GitUser getCommitter()
           
 String getMessage()
           
 URL getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHPullRequestCommitDetail.Commit

public GHPullRequestCommitDetail.Commit()
Method Detail

getAuthor

@WithBridgeMethods(value=GHPullRequestCommitDetail.Authorship.class,
                   castRequired=true)
public GitUser getAuthor()

getCommitter

@WithBridgeMethods(value=GHPullRequestCommitDetail.Authorship.class,
                   castRequired=true)
public GitUser getCommitter()

getMessage

public String getMessage()

getUrl

public URL getUrl()

getComment_count

public int getComment_count()


Copyright © 2014. All rights reserved.