Modifier and Type | Class and Description |
---|---|
class |
Developer
Information about one of the committers on this project.
|
Modifier and Type | Method and Description |
---|---|
Contributor |
Contributor.Builder.build() |
static Contributor |
Contributor.newInstance()
Creates a new
Contributor instance. |
static Contributor |
Contributor.newInstance(boolean withDefaults)
Creates a new
Contributor instance using default values or not. |
Contributor |
Contributor.withEmail(String email)
Creates a new
Contributor instance using the specified email. |
Contributor |
Contributor.withName(String name)
Creates a new
Contributor instance using the specified name. |
Contributor |
Contributor.withOrganization(String organization)
Creates a new
Contributor instance using the specified organization. |
Contributor |
Contributor.withOrganizationUrl(String organizationUrl)
Creates a new
Contributor instance using the specified organizationUrl. |
Contributor |
Contributor.withProperties(Map<String,String> properties)
Creates a new
Contributor instance using the specified properties. |
Contributor |
Contributor.withRoles(Collection<String> roles)
Creates a new
Contributor instance using the specified roles. |
Contributor |
Contributor.withTimezone(String timezone)
Creates a new
Contributor instance using the specified timezone. |
Contributor |
Contributor.withUrl(String url)
Creates a new
Contributor instance using the specified url. |
Modifier and Type | Method and Description |
---|---|
List<Contributor> |
Model.getContributors()
Describes the contributors to a project that are not yet committers.
|
Modifier and Type | Method and Description |
---|---|
static Contributor.Builder |
Contributor.newBuilder(Contributor from)
Creates a new
Contributor builder instance using the specified object as a basis. |
static Contributor.Builder |
Contributor.newBuilder(Contributor from,
boolean forceCopy)
Creates a new
Contributor builder instance using the specified object as a basis. |
Modifier and Type | Method and Description |
---|---|
Model.Builder |
Model.Builder.contributors(Collection<Contributor> contributors) |
Model |
Model.withContributors(Collection<Contributor> contributors)
Creates a new
Model instance using the specified contributors. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.