Uses of Class
org.apache.maven.model.v3_0_0.Branch
Packages that use Branch
-
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 BranchMethods in org.apache.maven.model.v3_0_0 with parameters of type BranchModifier and TypeMethodDescriptionvoid
Method addBranch.void
Model.removeBranch
(Branch branch) Method removeBranch.Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type BranchModifier and TypeMethodDescriptionvoid
Model.setBranches
(List<Branch> branches) Set contains information on SCM branches of the project.