api / org.gradle.api.publish.maven / MavenPomMailingList

MavenPomMailingList

@Incubating interface MavenPomMailingList

A mailing list of a Maven publication.

Since
4.8

See Also
MavenPomMavenPomMailingListSpec

Functions

getArchive

abstract fun getArchive(): Property<String>

The URL where you can browse the archive of this mailing list.

getName

abstract fun getName(): Property<String>

The name of this mailing list.

getOtherArchives

abstract fun getOtherArchives(): SetProperty<String>

The alternate URLs where you can browse the archive of this mailing list.

getPost

abstract fun getPost(): Property<String>

The email address or link that can be used to post to this mailing list.

getSubscribe

abstract fun getSubscribe(): Property<String>

The email address or link that can be used to subscribe to this mailing list.

getUnsubscribe

abstract fun getUnsubscribe(): Property<String>

The email address or link that can be used to subscribe to this mailing list.