@Incubating public interface MavenPomContributor
MavenPom, 
MavenPomContributorSpec| Modifier and Type | Method | Description | 
|---|---|---|
| Property<java.lang.String> | getEmail() | The email | 
| Property<java.lang.String> | getName() | The name of this contributor. | 
| Property<java.lang.String> | getOrganization() | The organization name of this contributor. | 
| Property<java.lang.String> | getOrganizationUrl() | The organization's URL of this contributor. | 
| Property<java.util.Map<java.lang.String,java.lang.String>> | getProperties() | The properties of this contributor. | 
| SetProperty<java.lang.String> | getRoles() | The roles of this contributor. | 
| Property<java.lang.String> | getTimezone() | The timezone of this contributor. | 
| Property<java.lang.String> | getUrl() | The URL of this contributor. | 
Property<java.lang.String> getName()
Property<java.lang.String> getEmail()
Property<java.lang.String> getUrl()
Property<java.lang.String> getOrganization()
Property<java.lang.String> getOrganizationUrl()
SetProperty<java.lang.String> getRoles()
Property<java.lang.String> getTimezone()
Property<java.util.Map<java.lang.String,java.lang.String>> getProperties()