Package | Description |
---|---|
org.apache.maven.model.v3_0_0 | |
org.apache.maven.model.v3_0_0.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Branch> |
Model.branches
Field branches.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Branch> |
Model.getBranches()
Method getBranches.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.addBranch(Branch branch)
Method addBranch.
|
void |
Model.removeBranch(Branch branch)
Method removeBranch.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setBranches(java.util.List<Branch> branches)
Set contains information on SCM branches of the project.
|
Modifier and Type | Method and Description |
---|---|
private Branch |
MavenXpp3Reader.parseBranch(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseBranch.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeBranch(Branch branch,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeBranch.
|