Uses of Class
org.apache.maven.model.MailingList
-
Packages that use MailingList Package Description org.apache.maven.model org.apache.maven.project -
-
Uses of MailingList in org.apache.maven.model
Methods in org.apache.maven.model that return types with arguments of type MailingList Modifier and Type Method Description List<MailingList>Model. getMailingLists()Method getMailingLists.Methods in org.apache.maven.model with parameters of type MailingList Modifier and Type Method Description voidModel. addMailingList(MailingList mailingList)Method addMailingList.voidModel. removeMailingList(MailingList mailingList)Method removeMailingList.Method parameters in org.apache.maven.model with type arguments of type MailingList Modifier and Type Method Description voidModel. setMailingLists(List<MailingList> mailingLists)Set contains information about a project's mailing lists. -
Uses of MailingList in org.apache.maven.project
Methods in org.apache.maven.project that return MailingList Modifier and Type Method Description static MailingListModelUtils. cloneMailingList(MailingList src)Methods in org.apache.maven.project with parameters of type MailingList Modifier and Type Method Description voidMavenProject. addMailingList(MailingList mailingList)static MailingListModelUtils. cloneMailingList(MailingList src)
-