hudson.plugins.git
Class Branch

java.lang.Object
  extended by hudson.plugins.git.GitObject
      extended by hudson.plugins.git.Branch
All Implemented Interfaces:
Serializable

public class Branch
extends GitObject

See Also:
Serialized Form

Constructor Summary
Branch(org.spearce.jgit.lib.Ref candidate)
           
Branch(String name, org.spearce.jgit.lib.ObjectId sha1)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class hudson.plugins.git.GitObject
getName, getSHA1, getSHA1String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Branch

public Branch(String name,
              org.spearce.jgit.lib.ObjectId sha1)

Branch

public Branch(org.spearce.jgit.lib.Ref candidate)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 Hudson. All Rights Reserved.