Uses of Class
org.apache.maven.api.model.DistributionManagement
-
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 DistributionManagementDistributionManagement.newInstance()Creates a newDistributionManagementinstance.static DistributionManagementDistributionManagement.newInstance(boolean withDefaults) Creates a newDistributionManagementinstance using default values or not.DistributionManagement.withDownloadUrl(String downloadUrl) Creates a newDistributionManagementinstance using the specified downloadUrl.DistributionManagement.withRelocation(Relocation relocation) Creates a newDistributionManagementinstance using the specified relocation.DistributionManagement.withRepository(DeploymentRepository repository) Creates a newDistributionManagementinstance using the specified repository.Creates a newDistributionManagementinstance using the specified site.DistributionManagement.withSnapshotRepository(DeploymentRepository snapshotRepository) Creates a newDistributionManagementinstance using the specified snapshotRepository.DistributionManagement.withStatus(String status) Creates a newDistributionManagementinstance 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 newDistributionManagementbuilder instance using the specified object as a basis.DistributionManagement.newBuilder(DistributionManagement from, boolean forceCopy) Creates a newDistributionManagementbuilder instance using the specified object as a basis.Model.withDistributionManagement(DistributionManagement distributionManagement) Creates a newModelinstance using the specified distributionManagement.ModelBase.withDistributionManagement(DistributionManagement distributionManagement) Creates a newModelBaseinstance using the specified distributionManagement.Profile.withDistributionManagement(DistributionManagement distributionManagement) Creates a newProfileinstance using the specified distributionManagement.