public class MavenDeveloper extends Object
<developer> in a Maven pom.| Modifier and Type | Class and Description |
|---|---|
static class |
MavenDeveloper.Builder
Builder for a
MavenDeveloper. |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Return the email address of the developer.
|
String |
getId()
Return the ID of the developer.
|
String |
getName()
Return the name of the developer.
|
String |
getOrganization()
Return the organization's name of the developer.
|
String |
getOrganizationUrl()
Return the associated organization's URL of the developer.
|
Map<String,String> |
getProperties()
Return other properties associated with the developer.
|
List<String> |
getRoles()
Return the roles of the developer.
|
String |
getTimezone()
Return the timezone associated with the developer.
|
String |
getUrl()
Return the URL of the developer.
|
public String getId()
public String getName()
public String getEmail()
public String getUrl()
public String getOrganization()
public String getOrganizationUrl()
public String getTimezone()
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.