Uses of Class
org.apache.maven.model.Contributor
Packages that use Contributor
-
Uses of Contributor in org.apache.maven.model
Subclasses of Contributor in org.apache.maven.modelModifier and TypeClassDescriptionclass
Information about one of the committers on this project.Methods in org.apache.maven.model that return types with arguments of type ContributorMethods in org.apache.maven.model with parameters of type ContributorModifier and TypeMethodDescriptionvoid
Model.addContributor
(Contributor contributor) Method addContributor.void
Model.removeContributor
(Contributor contributor) Method removeContributor.Method parameters in org.apache.maven.model with type arguments of type ContributorModifier and TypeMethodDescriptionvoid
Model.setContributors
(List<Contributor> contributors) Set describes the contributors to a project that are not yet committers.