Package org.gradle.api.publish.maven
Interface MavenPomDeveloper
public interface MavenPomDeveloper
A developer of a Maven publication.
- Since:
- 4.8
- See Also:
-
Method Summary
Modifier 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
-
getId
The unique ID of this developer in the SCM. -
getName
The name of this developer. -
getEmail
The email -
getUrl
The URL of this developer. -
getOrganization
The organization name of this developer. -
getOrganizationUrl
The organization's URL of this developer. -
getRoles
SetProperty<String> getRoles()The roles of this developer. -
getTimezone
The timezone of this developer. -
getProperties
MapProperty<String,String> getProperties()The properties of this developer.
-