org.kohsuke.github
Class GHPullRequestCommitDetail.CommitPointer

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

public static class GHPullRequestCommitDetail.CommitPointer
extends Object


Constructor Summary
GHPullRequestCommitDetail.CommitPointer()
           
 
Method Summary
 URL getHtml_url()
           
 String getSha()
           
 URL getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHPullRequestCommitDetail.CommitPointer

public GHPullRequestCommitDetail.CommitPointer()
Method Detail

getUrl

public URL getUrl()

getHtml_url

public URL getHtml_url()

getSha

public String getSha()


Copyright © 2014. All rights reserved.