Uses of Class
org.apache.maven.api.model.Contributor
-
Uses of Contributor in org.apache.maven.api.model
Subclasses of Contributor in org.apache.maven.api.modelModifier and TypeClassDescriptionclass
Information about one of the committers on this project.Methods in org.apache.maven.api.model that return ContributorModifier 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.Methods in org.apache.maven.api.model that return types with arguments of type ContributorModifier and TypeMethodDescriptionModel.getContributors()
Describes the contributors to a project that are not yet committers.Methods in org.apache.maven.api.model with parameters of type ContributorModifier 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.Method parameters in org.apache.maven.api.model with type arguments of type ContributorModifier and TypeMethodDescriptionModel.Builder.contributors
(Collection<Contributor> contributors) Model.withContributors
(Collection<Contributor> contributors) Creates a newModel
instance using the specified contributors.