Package | Description |
---|---|
org.paylogic.jenkins.advancedscm | |
org.paylogic.jenkins.advancedscm.backends |
Modifier and Type | Method and Description |
---|---|
List<Branch> |
AdvancedSCMManager.getBranches(boolean all)
Get Mercurial branches from command line output,
and put them in a List with Branches so it's nice to work with.
|
Modifier and Type | Method and Description |
---|---|
List<Branch> |
GitBackend.getBranches(boolean all)
Get branches from command line output,
and put them in a List with Branches so it's nice to work with.
|
List<Branch> |
MercurialBackend.getBranches(boolean all) |
List<Branch> |
GitBackend.getLocalBranches()
Get local branches from command line output,
and put them in a List with Branches so it's nice to work with.
|
Copyright © 2004-2015. All Rights Reserved.