| Package | Description |
|---|---|
| org.apache.maven.api.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
| org.apache.maven.model | |
| org.apache.maven.model.v4 |
| Modifier and Type | Method and Description |
|---|---|
MailingList |
MailingList.Builder.build() |
static MailingList |
MailingList.newInstance()
Creates a new
MailingList instance. |
static MailingList |
MailingList.newInstance(boolean withDefaults)
Creates a new
MailingList instance using default values or not. |
MailingList |
MailingList.withArchive(String archive)
Creates a new
MailingList instance using the specified archive. |
MailingList |
MailingList.withName(String name)
Creates a new
MailingList instance using the specified name. |
MailingList |
MailingList.withOtherArchives(Collection<String> otherArchives)
Creates a new
MailingList instance using the specified otherArchives. |
MailingList |
MailingList.withPost(String post)
Creates a new
MailingList instance using the specified post. |
MailingList |
MailingList.withSubscribe(String subscribe)
Creates a new
MailingList instance using the specified subscribe. |
MailingList |
MailingList.withUnsubscribe(String unsubscribe)
Creates a new
MailingList instance using the specified unsubscribe. |
| Modifier and Type | Method and Description |
|---|---|
List<MailingList> |
Model.getMailingLists()
Contains information about a project's mailing lists.
|
| Modifier and Type | Method and Description |
|---|---|
static MailingList.Builder |
MailingList.newBuilder(MailingList from)
Creates a new
MailingList builder instance using the specified object as a basis. |
static MailingList.Builder |
MailingList.newBuilder(MailingList from,
boolean forceCopy)
Creates a new
MailingList builder instance using the specified object as a basis. |
| Modifier and Type | Method and Description |
|---|---|
Model.Builder |
Model.Builder.mailingLists(Collection<MailingList> mailingLists) |
Model |
Model.withMailingLists(Collection<MailingList> mailingLists)
Creates a new
Model instance using the specified mailingLists. |
| Modifier and Type | Method and Description |
|---|---|
MailingList |
MailingList.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static List<MailingList> |
MailingList.mailingListToApiV4(List<MailingList> list) |
| Modifier and Type | Method and Description |
|---|---|
static List<MailingList> |
MailingList.mailingListToApiV3(List<MailingList> list) |
| Constructor and Description |
|---|
MailingList(MailingList delegate) |
MailingList(MailingList delegate,
BaseObject parent) |
| Modifier and Type | Method and Description |
|---|---|
protected MailingList |
MavenMerger.mergeMailingList(MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected MailingList |
MavenTransformer.transformMailingList(MailingList target) |
| Modifier and Type | Method and Description |
|---|---|
protected MavenMerger.KeyComputer<MailingList> |
MavenMerger.getMailingListKey() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MavenMerger.mergeMailingList_Archive(MailingList.Builder builder,
MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeMailingList_Name(MailingList.Builder builder,
MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeMailingList_OtherArchives(MailingList.Builder builder,
MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeMailingList_Post(MailingList.Builder builder,
MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeMailingList_Subscribe(MailingList.Builder builder,
MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeMailingList_Unsubscribe(MailingList.Builder builder,
MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeMailingList(MailingList.Builder builder,
MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected MailingList |
MavenMerger.mergeMailingList(MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenTransformer.transformMailingList_Archive(MailingList.Builder builder,
MailingList target) |
protected void |
MavenTransformer.transformMailingList_Name(MailingList.Builder builder,
MailingList target) |
protected void |
MavenTransformer.transformMailingList_OtherArchives(MailingList.Builder builder,
MailingList target) |
protected void |
MavenTransformer.transformMailingList_Post(MailingList.Builder builder,
MailingList target) |
protected void |
MavenTransformer.transformMailingList_Subscribe(MailingList.Builder builder,
MailingList target) |
protected void |
MavenTransformer.transformMailingList_Unsubscribe(MailingList.Builder builder,
MailingList target) |
protected MailingList |
MavenTransformer.transformMailingList(MailingList target) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.