Package | Description |
---|---|
org.apache.maven.model.v3_0_0 |
Modifier and Type | Method and Description |
---|---|
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(List<Branch> branches)
Set contains information on SCM branches of the project.
|
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.