org.kohsuke.github
Class GHRef.GHObject

java.lang.Object
  extended by org.kohsuke.github.GHRef.GHObject
Enclosing class:
GHRef

public static class GHRef.GHObject
extends Object


Constructor Summary
GHRef.GHObject()
           
 
Method Summary
 String getSha()
          SHA1 of this object.
 String getType()
          Type of the object, such as "commit"
 URL getUrl()
          API URL to this Git data, such as https://api.github.com/repos/jenkinsci/jenkins/git/commits/b72322675eb0114363a9a86e9ad5a170d1d07ac0
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHRef.GHObject

public GHRef.GHObject()
Method Detail

getType

public String getType()
Type of the object, such as "commit"


getSha

public String getSha()
SHA1 of this object.


getUrl

public URL getUrl()
API URL to this Git data, such as https://api.github.com/repos/jenkinsci/jenkins/git/commits/b72322675eb0114363a9a86e9ad5a170d1d07ac0



Copyright © 2013. All Rights Reserved.