Class MavenDeveloper
java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenDeveloper
A
<developer>
in a Maven pom.- Author:
- Jafer Khan Shamshad
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Return the email address of the developer.getId()
Return the ID of the developer.getName()
Return the name of the developer.Return the organization's name of the developer.Return the associated organization's URL of the developer.Return other properties associated with the developer.getRoles()
Return the roles of the developer.Return the timezone associated with the developer.getUrl()
Return the URL of the developer.
-
Method Details
-
getId
Return the ID of the developer.- Returns:
- the ID
-
getName
Return the name of the developer.- Returns:
- the name
-
getEmail
Return the email address of the developer.- Returns:
- the email address
-
getUrl
Return the URL of the developer.- Returns:
- the URL
-
getOrganization
Return the organization's name of the developer.- Returns:
- the organization
-
getOrganizationUrl
Return the associated organization's URL of the developer.- Returns:
- the organization's URL
-
getRoles
Return the roles of the developer.- Returns:
- the roles
-
getTimezone
Return the timezone associated with the developer.- Returns:
- the timezone
-
getProperties
Return other properties associated with the developer.- Returns:
- other properties
-