Package org.gradle.api.publish.maven
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
The name of this mailing list. -
getSubscribe
The email address or link that can be used to subscribe to this mailing list. -
getUnsubscribe
The email address or link that can be used to subscribe to this mailing list. -
getPost
The email address or link that can be used to post to this mailing list. -
getArchive
The URL where you can browse the archive of this mailing list. -
getOtherArchives
SetProperty<String> getOtherArchives()The alternate URLs where you can browse the archive of this mailing list.
-