Uses of Class
org.apache.maven.api.model.MailingList
-
Uses of MailingList in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return MailingListModifier and TypeMethodDescriptionMailingList.Builder.build()static MailingListMailingList.newInstance()Creates a newMailingListinstance.static MailingListMailingList.newInstance(boolean withDefaults) Creates a newMailingListinstance using default values or not.MailingList.withArchive(String archive) Creates a newMailingListinstance using the specified archive.Creates a newMailingListinstance using the specified name.MailingList.withOtherArchives(Collection<String> otherArchives) Creates a newMailingListinstance using the specified otherArchives.Creates a newMailingListinstance using the specified post.MailingList.withSubscribe(String subscribe) Creates a newMailingListinstance using the specified subscribe.MailingList.withUnsubscribe(String unsubscribe) Creates a newMailingListinstance using the specified unsubscribe.Methods in org.apache.maven.api.model that return types with arguments of type MailingListModifier and TypeMethodDescriptionModel.getMailingLists()Contains information about a project's mailing lists.Methods in org.apache.maven.api.model with parameters of type MailingListModifier and TypeMethodDescriptionstatic MailingList.BuilderMailingList.newBuilder(MailingList from) Creates a newMailingListbuilder instance using the specified object as a basis.static MailingList.BuilderMailingList.newBuilder(MailingList from, boolean forceCopy) Creates a newMailingListbuilder instance using the specified object as a basis.Method parameters in org.apache.maven.api.model with type arguments of type MailingListModifier and TypeMethodDescriptionModel.Builder.mailingLists(Collection<MailingList> mailingLists) Model.withMailingLists(Collection<MailingList> mailingLists) Creates a newModelinstance using the specified mailingLists.