Class MavenDeveloper

java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenDeveloper

public class MavenDeveloper extends Object
A <developer> in a Maven pom.
Author:
Jafer Khan Shamshad
  • Method Details

    • getId

      public String getId()
      Return the ID of the developer.
      Returns:
      the ID
    • getName

      public String getName()
      Return the name of the developer.
      Returns:
      the name
    • getEmail

      public String getEmail()
      Return the email address of the developer.
      Returns:
      the email address
    • getUrl

      public String getUrl()
      Return the URL of the developer.
      Returns:
      the URL
    • getOrganization

      public String getOrganization()
      Return the organization's name of the developer.
      Returns:
      the organization
    • getOrganizationUrl

      public String getOrganizationUrl()
      Return the associated organization's URL of the developer.
      Returns:
      the organization's URL
    • getRoles

      public List<String> getRoles()
      Return the roles of the developer.
      Returns:
      the roles
    • getTimezone

      public String getTimezone()
      Return the timezone associated with the developer.
      Returns:
      the timezone
    • getProperties

      public Map<String,String> getProperties()
      Return other properties associated with the developer.
      Returns:
      other properties