Uses of Class
org.apache.maven.model.v3_0_0.Branch
-
Packages that use Branch Package Description org.apache.maven.model.v3_0_0 -
-
Uses of Branch in org.apache.maven.model.v3_0_0
Methods in org.apache.maven.model.v3_0_0 that return types with arguments of type Branch Modifier and Type Method Description java.util.List<Branch>
Model. getBranches()
Method getBranches.Methods in org.apache.maven.model.v3_0_0 with parameters of type Branch Modifier and Type Method Description void
Model. addBranch(Branch branch)
Method addBranch.void
Model. removeBranch(Branch branch)
Method removeBranch.Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type Branch Modifier and Type Method Description void
Model. setBranches(java.util.List<Branch> branches)
Set contains information on SCM branches of the project.
-