Class BranchOrderSection


  • public class BranchOrderSection
    extends Object
    An ordering of branches by stability.

    The REST API supports automatically checking if changes on development branches can be merged into stable branches. This is configured by the branchOrder.branch project setting. This class represents the ordered list of branches, by increasing stability.

    • Constructor Detail

      • BranchOrderSection

        public BranchOrderSection​(String[] order)
    • Method Detail

      • getMoreStable

        public String[] getMoreStable​(String branch)