Package org.gradle.api.publish.maven
Interface MavenPomDeveloper
public interface MavenPomDeveloper
A developer of a Maven publication.
- Since:
- 4.8
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiongetEmail()The emailgetId()The unique ID of this developer in the SCM.getName()The name of this developer.The organization name of this developer.The organization's URL of this developer.The properties of this developer.getRoles()The roles of this developer.The timezone of this developer.getUrl()The URL of this developer.
- 
Method Details- 
getIdThe unique ID of this developer in the SCM.
- 
getNameThe name of this developer.
- 
getEmailThe email
- 
getUrlThe URL of this developer.
- 
getOrganizationThe organization name of this developer.
- 
getOrganizationUrlThe organization's URL of this developer.
- 
getRolesSetProperty<String> getRoles()The roles of this developer.
- 
getTimezoneThe timezone of this developer.
- 
getPropertiesMapProperty<String,String> getProperties()The properties of this developer.
 
-