Uses of Class
org.apache.maven.api.model.Contributor
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
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. -
Uses of Contributor in org.apache.maven.model
Modifier and TypeMethodDescriptionstatic List
<Contributor> Contributor.contributorToApiV4
(List<Contributor> list) Modifier and TypeMethodDescriptionstatic List
<Contributor> Contributor.contributorToApiV3
(List<Contributor> list) ModifierConstructorDescriptionContributor
(Contributor delegate) Contributor
(Contributor delegate, BaseObject parent) -
Uses of Contributor in org.apache.maven.model.v4
Modifier and TypeMethodDescriptionprotected Contributor
MavenMerger.mergeContributor
(Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected Contributor
MavenTransformer.transformContributor
(Contributor target) Modifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<Contributor> MavenMerger.getContributorKey()
Modifier and TypeMethodDescriptionprotected void
MavenMerger.mergeContributor
(Contributor.Builder builder, Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected Contributor
MavenMerger.mergeContributor
(Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeContributor_Email
(Contributor.Builder builder, Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeContributor_Name
(Contributor.Builder builder, Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeContributor_Organization
(Contributor.Builder builder, Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeContributor_OrganizationUrl
(Contributor.Builder builder, Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeContributor_Properties
(Contributor.Builder builder, Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeContributor_Roles
(Contributor.Builder builder, Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeContributor_Timezone
(Contributor.Builder builder, Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeContributor_Url
(Contributor.Builder builder, Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) protected Contributor
MavenTransformer.transformContributor
(Contributor target) protected void
MavenTransformer.transformContributor_Email
(Contributor.Builder builder, Contributor target) protected void
MavenTransformer.transformContributor_Name
(Contributor.Builder builder, Contributor target) protected void
MavenTransformer.transformContributor_Organization
(Contributor.Builder builder, Contributor target) protected void
MavenTransformer.transformContributor_OrganizationUrl
(Contributor.Builder builder, Contributor target) protected void
MavenTransformer.transformContributor_Properties
(Contributor.Builder builder, Contributor target) protected void
MavenTransformer.transformContributor_Roles
(Contributor.Builder builder, Contributor target) protected void
MavenTransformer.transformContributor_Timezone
(Contributor.Builder builder, Contributor target) protected void
MavenTransformer.transformContributor_Url
(Contributor.Builder builder, Contributor target)