Package org.gradle.api.publish.maven
Interface MavenPomContributor
public interface MavenPomContributor
A contributor of a Maven publication.
- Since:
- 4.8
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
The emailgetName()
The name of this contributor.The organization name of this contributor.The organization's URL of this contributor.The properties of this contributor.getRoles()
The roles of this contributor.The timezone of this contributor.getUrl()
The URL of this contributor.
-
Method Details
-
getName
The name of this contributor. -
getEmail
The email -
getUrl
The URL of this contributor. -
getOrganization
The organization name of this contributor. -
getOrganizationUrl
The organization's URL of this contributor. -
getRoles
SetProperty<String> getRoles()The roles of this contributor. -
getTimezone
The timezone of this contributor. -
getProperties
MapProperty<String,String> getProperties()The properties of this contributor.
-