| Methods in org.paylogic.jenkins.advancedscm.backends that return types with arguments of type Branch |
List<Branch> |
MercurialBackend.getBranches(boolean all)
Get Mercurial branches from command line output,
and put them in a List with MercurialBranches so it's nice to work with. |
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> |
GitBackend.getLocalBranches()
Get local branches from command line output,
and put them in a List with Branches so it's nice to work with. |