| Package | Description |
|---|---|
| org.apache.maven.model |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Developer |
Information about one of the committers on this project.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Contributor> |
Model.getContributors() |
Method getContributors.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Model.addContributor(Contributor contributor) |
Method addContributor.
|
void |
Model.removeContributor(Contributor contributor) |
Method removeContributor.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Model.setContributors(java.util.List<Contributor> contributors) |
Set describes the contributors to a project that are not yet
committers.
|