Uses of Class
org.apache.maven.api.model.MailingList
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of MailingList in org.apache.maven.api.model
Modifier and TypeMethodDescriptionMailingList.Builder.build()
static MailingList
MailingList.newInstance()
Creates a newMailingList
instance.static MailingList
MailingList.newInstance
(boolean withDefaults) Creates a newMailingList
instance using default values or not.MailingList.withArchive
(String archive) Creates a newMailingList
instance using the specified archive.Creates a newMailingList
instance using the specified name.MailingList.withOtherArchives
(Collection<String> otherArchives) Creates a newMailingList
instance using the specified otherArchives.Creates a newMailingList
instance using the specified post.MailingList.withSubscribe
(String subscribe) Creates a newMailingList
instance using the specified subscribe.MailingList.withUnsubscribe
(String unsubscribe) Creates a newMailingList
instance using the specified unsubscribe.Modifier and TypeMethodDescriptionModel.getMailingLists()
Contains information about a project's mailing lists.Modifier and TypeMethodDescriptionstatic MailingList.Builder
MailingList.newBuilder
(MailingList from) Creates a newMailingList
builder instance using the specified object as a basis.static MailingList.Builder
MailingList.newBuilder
(MailingList from, boolean forceCopy) Creates a newMailingList
builder instance using the specified object as a basis.Modifier and TypeMethodDescriptionModel.Builder.mailingLists
(Collection<MailingList> mailingLists) Model.withMailingLists
(Collection<MailingList> mailingLists) Creates a newModel
instance using the specified mailingLists. -
Uses of MailingList in org.apache.maven.model
Modifier and TypeMethodDescriptionstatic List
<MailingList> MailingList.mailingListToApiV4
(List<MailingList> list) Modifier and TypeMethodDescriptionstatic List
<MailingList> MailingList.mailingListToApiV3
(List<MailingList> list) ModifierConstructorDescriptionMailingList
(MailingList delegate) MailingList
(MailingList delegate, BaseObject parent) -
Uses of MailingList in org.apache.maven.model.v4
Modifier and TypeMethodDescriptionprotected MailingList
MavenMerger.mergeMailingList
(MailingList target, MailingList source, boolean sourceDominant, Map<Object, Object> context) protected MailingList
MavenTransformer.transformMailingList
(MailingList target) Modifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<MailingList> MavenMerger.getMailingListKey()
Modifier and TypeMethodDescriptionprotected 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
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 MailingList
MavenTransformer.transformMailingList
(MailingList target) protected MailingList.Builder
MavenTransformer.transformMailingList_Archive
(Supplier<? extends MailingList.Builder> creator, MailingList.Builder builder, MailingList target) protected MailingList.Builder
MavenTransformer.transformMailingList_Name
(Supplier<? extends MailingList.Builder> creator, MailingList.Builder builder, MailingList target) protected MailingList.Builder
MavenTransformer.transformMailingList_OtherArchives
(Supplier<? extends MailingList.Builder> creator, MailingList.Builder builder, MailingList target) protected MailingList.Builder
MavenTransformer.transformMailingList_Post
(Supplier<? extends MailingList.Builder> creator, MailingList.Builder builder, MailingList target) protected MailingList.Builder
MavenTransformer.transformMailingList_Subscribe
(Supplier<? extends MailingList.Builder> creator, MailingList.Builder builder, MailingList target) protected MailingList.Builder
MavenTransformer.transformMailingList_Unsubscribe
(Supplier<? extends MailingList.Builder> creator, MailingList.Builder builder, MailingList target)