@Incubating public interface MavenPomDeveloper
MavenPom
,
MavenPomDeveloperSpec
Modifier and Type | Method and Description |
---|---|
Property<String> |
getEmail()
The email
|
Property<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.
|
Property<Map<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.
|
SetProperty<String> getRoles()