Modifier and Type | Method and Description |
---|---|
Developer |
Developer.Builder.build() |
static Developer |
Developer.newInstance()
Creates a new
Developer instance. |
static Developer |
Developer.newInstance(boolean withDefaults)
Creates a new
Developer instance using default values or not. |
Developer |
Developer.withEmail(String email)
Creates a new
Developer instance using the specified email. |
Developer |
Developer.withId(String id)
Creates a new
Developer instance using the specified id. |
Developer |
Developer.withName(String name)
Creates a new
Developer instance using the specified name. |
Developer |
Developer.withOrganization(String organization)
Creates a new
Developer instance using the specified organization. |
Developer |
Developer.withOrganizationUrl(String organizationUrl)
Creates a new
Developer instance using the specified organizationUrl. |
Developer |
Developer.withProperties(Map<String,String> properties)
Creates a new
Developer instance using the specified properties. |
Developer |
Developer.withRoles(Collection<String> roles)
Creates a new
Developer instance using the specified roles. |
Developer |
Developer.withTimezone(String timezone)
Creates a new
Developer instance using the specified timezone. |
Developer |
Developer.withUrl(String url)
Creates a new
Developer instance using the specified url. |
Modifier and Type | Method and Description |
---|---|
List<Developer> |
Model.getDevelopers()
Describes the committers of a project.
|
Modifier and Type | Method and Description |
---|---|
static Developer.Builder |
Developer.newBuilder(Developer from)
Creates a new
Developer builder instance using the specified object as a basis. |
static Developer.Builder |
Developer.newBuilder(Developer from,
boolean forceCopy)
Creates a new
Developer builder instance using the specified object as a basis. |
Modifier and Type | Method and Description |
---|---|
Model.Builder |
Model.Builder.developers(Collection<Developer> developers) |
Model |
Model.withDevelopers(Collection<Developer> developers)
Creates a new
Model instance using the specified developers. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.