Package org.gradle.api.publish.maven
Interface MavenPomDeveloper
-
@Incubating public interface MavenPomDeveloper
A developer of a Maven publication.- Since:
- 4.8
- See Also:
MavenPom,MavenPomDeveloperSpec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Property<String>getEmail()The emailProperty<String>getId()The unique ID of this developer in the SCM.Property<String>getName()The name of this developer.Property<String>getOrganization()The organization name of this developer.Property<String>getOrganizationUrl()The organization's URL of this developer.MapProperty<String,String>getProperties()The properties of this developer.SetProperty<String>getRoles()The roles of this developer.Property<String>getTimezone()The timezone of this developer.Property<String>getUrl()The URL of this developer.
-
-
-
Method Detail
-
getRoles
SetProperty<String> getRoles()
The roles of this developer.
-
getProperties
MapProperty<String,String> getProperties()
The properties of this developer.
-
-