Uses of Class
org.apache.maven.model.v3_0_0.Branch
-
Packages that use Branch Package Description org.apache.maven.model.v3_0_0 org.apache.maven.model.v3_0_0.io.xpp3 -
-
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 Branch Modifier and Type Field Description private java.util.List<Branch>
Model. branches
Field branches.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. -
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 Branch Modifier and Type Method Description private 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 Branch Modifier and Type Method Description private void
MavenXpp3Writer. writeBranch(Branch branch, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeBranch.
-