org.paylogic.jenkins.advancedscm
Class Branch

java.lang.Object
  extended by org.paylogic.jenkins.advancedscm.Branch

public class Branch
extends Object

Container for branches. Contains branchname, revision number and hash of branch. Git does not contain revision number, and subversion will not contain hash. Objects can be obtained with the 'MercurialBackend instances'.


Constructor Summary
Branch(String branchName, int revision, String hash)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Branch

public Branch(String branchName,
              @Nullable
              int revision,
              @Nullable
              String hash)


Copyright © 2004-2014. All Rights Reserved.