Uses of Class
org.apache.maven.api.model.Contributor
-
Uses of Contributor in org.apache.maven.api.model
Modifier and TypeClassDescriptionclass
Information about one of the committers on this project.Modifier and TypeMethodDescriptionContributor.Builder.build()
static Contributor
Contributor.newInstance()
Creates a newContributor
instance.static Contributor
Contributor.newInstance
(boolean withDefaults) Creates a newContributor
instance using default values or not.Creates a newContributor
instance using the specified email.Creates a newContributor
instance using the specified name.Contributor.withOrganization
(String organization) Creates a newContributor
instance using the specified organization.Contributor.withOrganizationUrl
(String organizationUrl) Creates a newContributor
instance using the specified organizationUrl.Contributor.withProperties
(Map<String, String> properties) Creates a newContributor
instance using the specified properties.Contributor.withRoles
(Collection<String> roles) Creates a newContributor
instance using the specified roles.Contributor.withTimezone
(String timezone) Creates a newContributor
instance using the specified timezone.Creates a newContributor
instance using the specified url.Modifier and TypeMethodDescriptionModel.getContributors()
Describes the contributors to a project that are not yet committers.Modifier and TypeMethodDescriptionstatic Contributor.Builder
Contributor.newBuilder
(Contributor from) Creates a newContributor
builder instance using the specified object as a basis.static Contributor.Builder
Contributor.newBuilder
(Contributor from, boolean forceCopy) Creates a newContributor
builder instance using the specified object as a basis.Modifier and TypeMethodDescriptionModel.Builder.contributors
(Collection<Contributor> contributors) Model.withContributors
(Collection<Contributor> contributors) Creates a newModel
instance using the specified contributors.