org.kohsuke.github
Class GHBranch
java.lang.Object
org.kohsuke.github.GHBranch
public class GHBranch
- extends Object
A branch in a repository.
- Author:
- Yusuke Kokubo
GHBranch
public GHBranch()
getRoot
public GitHub getRoot()
getOwner
public GHRepository getOwner()
- Repository that this branch is in.
getName
public String getName()
getSHA1
public String getSHA1()
- The commit that this branch currently points to.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.