Package com.google.gerrit.server.git
Class BranchOrderSection
- java.lang.Object
- 
- com.google.gerrit.server.git.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.branchproject setting. This class represents the ordered list of branches, by increasing stability.
- 
- 
Constructor SummaryConstructors Constructor Description BranchOrderSection(String[] order)
 
-