org.kohsuke.github
Class GHCommit.ShortInfo

java.lang.Object
  extended by org.kohsuke.github.GHCommit.ShortInfo
Enclosing class:
GHCommit

public static class GHCommit.ShortInfo
extends Object

Short summary of this commit.


Constructor Summary
GHCommit.ShortInfo()
           
 
Method Summary
 GitUser getAuthor()
           
 int getCommentCount()
           
 GitUser getCommitter()
           
 String getMessage()
          Commit message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHCommit.ShortInfo

public GHCommit.ShortInfo()
Method Detail

getAuthor

@WithBridgeMethods(value=GHCommit.GHAuthor.class,
                   castRequired=true)
public GitUser getAuthor()

getCommitter

@WithBridgeMethods(value=GHCommit.GHAuthor.class,
                   castRequired=true)
public GitUser getCommitter()

getMessage

public String getMessage()
Commit message.


getCommentCount

public int getCommentCount()


Copyright © 2014. All rights reserved.