Interface MavenPomMailingList
public interface MavenPomMailingList
A mailing list of a Maven publication.
- Since:
- 4.8
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe URL where you can browse the archive of this mailing list.getName()The name of this mailing list.The alternate URLs where you can browse the archive of this mailing list.getPost()The email address or link that can be used to post to this mailing list.The email address or link that can be used to subscribe to this mailing list.The email address or link that can be used to subscribe to this mailing list.
-
Method Details
-
getName
-
getSubscribe
-
getUnsubscribe
-
getPost
-
getArchive
-
getOtherArchives
SetProperty<String> getOtherArchives()The alternate URLs where you can browse the archive of this mailing list.
-