Interface MavenPomDeveloper


public interface MavenPomDeveloper
A developer of a Maven publication.
Since:
4.8
See Also:
  • Method Details

    • getId

      Property<String> getId()
      The unique ID of this developer in the SCM.
      Since:
      4.8
    • getName

      Property<String> getName()
      The name of this developer.
      Since:
      4.8
    • getEmail

      Property<String> getEmail()
      The email
      Since:
      4.8
    • getUrl

      Property<String> getUrl()
      The URL of this developer.
      Since:
      4.8
    • getOrganization

      Property<String> getOrganization()
      The organization name of this developer.
      Since:
      4.8
    • getOrganizationUrl

      Property<String> getOrganizationUrl()
      The organization's URL of this developer.
      Since:
      4.8
    • getRoles

      SetProperty<String> getRoles()
      The roles of this developer.
      Since:
      4.8
    • getTimezone

      Property<String> getTimezone()
      The timezone of this developer.
      Since:
      4.8
    • getProperties

      MapProperty<String,String> getProperties()
      The properties of this developer.
      Since:
      4.8