org.paylogic.jenkins.advancedscm
Class Branch
java.lang.Object
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'.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Branch
public Branch(String branchName,
@Nullable
int revision,
@Nullable
String hash)
Copyright © 2004-2014. All Rights Reserved.