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
Fields in org.apache.maven.model.v3_0_0 with type parameters of type BranchMethods 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. -
Uses of Branch in org.apache.maven.model.v3_0_0.io.xpp3
Methods in org.apache.maven.model.v3_0_0.io.xpp3 that return BranchModifier and TypeMethodDescriptionprivate Branch
MavenXpp3Reader.parseBranch
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseBranch.Methods in org.apache.maven.model.v3_0_0.io.xpp3 with parameters of type BranchModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeBranch
(Branch branch, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeBranch.