Uses of Class
org.apache.maven.api.model.DistributionManagement
Packages that use DistributionManagement
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of DistributionManagement in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return DistributionManagementModifier and TypeMethodDescriptionDistributionManagement.Builder.build()
ModelBase.getDistributionManagement()
Distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively.static DistributionManagement
DistributionManagement.newInstance()
Creates a newDistributionManagement
instance.static DistributionManagement
DistributionManagement.newInstance
(boolean withDefaults) Creates a newDistributionManagement
instance using default values or not.DistributionManagement.withDownloadUrl
(String downloadUrl) Creates a newDistributionManagement
instance using the specified downloadUrl.DistributionManagement.withRelocation
(Relocation relocation) Creates a newDistributionManagement
instance using the specified relocation.DistributionManagement.withRepository
(DeploymentRepository repository) Creates a newDistributionManagement
instance using the specified repository.Creates a newDistributionManagement
instance using the specified site.DistributionManagement.withSnapshotRepository
(DeploymentRepository snapshotRepository) Creates a newDistributionManagement
instance using the specified snapshotRepository.DistributionManagement.withStatus
(String status) Creates a newDistributionManagement
instance using the specified status.Methods in org.apache.maven.api.model with parameters of type DistributionManagementModifier and TypeMethodDescriptionModel.Builder.distributionManagement
(DistributionManagement distributionManagement) ModelBase.Builder.distributionManagement
(DistributionManagement distributionManagement) Profile.Builder.distributionManagement
(DistributionManagement distributionManagement) DistributionManagement.newBuilder
(DistributionManagement from) Creates a newDistributionManagement
builder instance using the specified object as a basis.DistributionManagement.newBuilder
(DistributionManagement from, boolean forceCopy) Creates a newDistributionManagement
builder instance using the specified object as a basis.Model.withDistributionManagement
(DistributionManagement distributionManagement) Creates a newModel
instance using the specified distributionManagement.ModelBase.withDistributionManagement
(DistributionManagement distributionManagement) Creates a newModelBase
instance using the specified distributionManagement.Profile.withDistributionManagement
(DistributionManagement distributionManagement) Creates a newProfile
instance using the specified distributionManagement. -
Uses of DistributionManagement in org.apache.maven.model
Methods in org.apache.maven.model that return DistributionManagementMethods in org.apache.maven.model that return types with arguments of type DistributionManagementModifier and TypeMethodDescriptionstatic List<DistributionManagement>
DistributionManagement.distributionManagementToApiV4
(List<DistributionManagement> list) Method parameters in org.apache.maven.model with type arguments of type DistributionManagementModifier and TypeMethodDescriptionstatic List<DistributionManagement>
DistributionManagement.distributionManagementToApiV3
(List<DistributionManagement> list) Constructors in org.apache.maven.model with parameters of type DistributionManagementModifierConstructorDescriptionDistributionManagement
(DistributionManagement delegate) DistributionManagement
(DistributionManagement delegate, BaseObject parent) -
Uses of DistributionManagement in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type DistributionManagementModifier and TypeMethodDescriptionprotected void
MavenModelMerger.mergeDistributionManagement_Relocation
(DistributionManagement.Builder builder, DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenModelMerger.mergeDistributionManagement_Repository
(DistributionManagement.Builder builder, DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenModelMerger.mergeDistributionManagement_Site
(DistributionManagement.Builder builder, DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenModelMerger.mergeDistributionManagement_SnapshotRepository
(DistributionManagement.Builder builder, DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) -
Uses of DistributionManagement in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return DistributionManagementModifier and TypeMethodDescriptionprotected DistributionManagement
MavenMerger.mergeDistributionManagement
(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected DistributionManagement
MavenTransformer.transformDistributionManagement
(DistributionManagement target) Methods in org.apache.maven.model.v4 that return types with arguments of type DistributionManagementModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<DistributionManagement>
MavenMerger.getDistributionManagementKey()
Methods in org.apache.maven.model.v4 with parameters of type DistributionManagementModifier and TypeMethodDescriptionprotected void
MavenMerger.mergeDistributionManagement
(DistributionManagement.Builder builder, DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected DistributionManagement
MavenMerger.mergeDistributionManagement
(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeDistributionManagement_DownloadUrl
(DistributionManagement.Builder builder, DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeDistributionManagement_Relocation
(DistributionManagement.Builder builder, DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeDistributionManagement_Repository
(DistributionManagement.Builder builder, DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeDistributionManagement_Site
(DistributionManagement.Builder builder, DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeDistributionManagement_SnapshotRepository
(DistributionManagement.Builder builder, DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeDistributionManagement_Status
(DistributionManagement.Builder builder, DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected DistributionManagement
MavenTransformer.transformDistributionManagement
(DistributionManagement target) protected void
MavenTransformer.transformDistributionManagement_DownloadUrl
(DistributionManagement.Builder builder, DistributionManagement target) protected void
MavenTransformer.transformDistributionManagement_Relocation
(DistributionManagement.Builder builder, DistributionManagement target) protected void
MavenTransformer.transformDistributionManagement_Repository
(DistributionManagement.Builder builder, DistributionManagement target) protected void
MavenTransformer.transformDistributionManagement_Site
(DistributionManagement.Builder builder, DistributionManagement target) protected void
MavenTransformer.transformDistributionManagement_SnapshotRepository
(DistributionManagement.Builder builder, DistributionManagement target) protected void
MavenTransformer.transformDistributionManagement_Status
(DistributionManagement.Builder builder, DistributionManagement target)