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 TypeClassDescriptionclassInformation about one of the committers on this project.Methods in org.apache.maven.api.model that return ContributorModifier and TypeMethodDescriptionContributor.Builder.build()static ContributorContributor.newInstance()Creates a newContributorinstance.static ContributorContributor.newInstance(boolean withDefaults) Creates a newContributorinstance using default values or not.Creates a newContributorinstance using the specified email.Creates a newContributorinstance using the specified name.Contributor.withOrganization(String organization) Creates a newContributorinstance using the specified organization.Contributor.withOrganizationUrl(String organizationUrl) Creates a newContributorinstance using the specified organizationUrl.Contributor.withProperties(Map<String, String> properties) Creates a newContributorinstance using the specified properties.Contributor.withRoles(Collection<String> roles) Creates a newContributorinstance using the specified roles.Contributor.withTimezone(String timezone) Creates a newContributorinstance using the specified timezone.Creates a newContributorinstance 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.BuilderContributor.newBuilder(Contributor from) Creates a newContributorbuilder instance using the specified object as a basis.static Contributor.BuilderContributor.newBuilder(Contributor from, boolean forceCopy) Creates a newContributorbuilder 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 newModelinstance using the specified contributors.