Package org.gradle.api.publish.maven
Interface MavenPomContributor
public interface MavenPomContributor
A contributor of a Maven publication.
- Since:
- 4.8
- See Also:
- 
Method SummaryModifier 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- 
getNameThe name of this contributor.
- 
getEmailThe email
- 
getUrlThe URL of this contributor.
- 
getOrganizationThe organization name of this contributor.
- 
getOrganizationUrlThe organization's URL of this contributor.
- 
getRolesSetProperty<String> getRoles()The roles of this contributor.
- 
getTimezoneThe timezone of this contributor.
- 
getPropertiesMapProperty<String,String> getProperties()The properties of this contributor.
 
-