Uses of Class
org.paylogic.jenkins.advancedscm.Branch

Packages that use Branch
org.paylogic.jenkins.advancedscm   
org.paylogic.jenkins.advancedscm.backends   
 

Uses of Branch in org.paylogic.jenkins.advancedscm
 

Methods in org.paylogic.jenkins.advancedscm that return types with arguments of type Branch
 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.
 

Uses of Branch in org.paylogic.jenkins.advancedscm.backends
 

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 Mercurial branches from command line output, and put them in a List with Branches so it's nice to work with.
 



Copyright © 2004-2014. All Rights Reserved.