Uses of Class
org.apache.maven.model.MailingList
Packages that use MailingList
-
Uses of MailingList in org.apache.maven.model
Methods in org.apache.maven.model that return MailingListMethods in org.apache.maven.model that return types with arguments of type MailingListModifier and TypeMethodDescriptionModel.getMailingLists()
static List<MailingList>
MailingList.mailingListToApiV3
(List<MailingList> list) Methods in org.apache.maven.model with parameters of type MailingListModifier and TypeMethodDescriptionvoid
Model.addMailingList
(MailingList mailingList) void
Model.removeMailingList
(MailingList mailingList) Method parameters in org.apache.maven.model with type arguments of type MailingListModifier and TypeMethodDescriptionstatic List<MailingList>
MailingList.mailingListToApiV4
(List<MailingList> list) void
Model.setMailingLists
(List<MailingList> mailingLists) -
Uses of MailingList in org.apache.maven.project
Methods in org.apache.maven.project that return types with arguments of type MailingListMethods in org.apache.maven.project with parameters of type MailingListMethod parameters in org.apache.maven.project with type arguments of type MailingListModifier and TypeMethodDescriptionvoid
MavenProject.setMailingLists
(List<MailingList> mailingLists)