Uses of Class
org.apache.maven.api.model.DeploymentRepository
-
Uses of DeploymentRepository in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return DeploymentRepositoryModifier and TypeMethodDescriptionDeploymentRepository.Builder.build()DistributionManagement.getRepository()Information needed to deploy the artifacts generated by the project to a remote repository.DistributionManagement.getSnapshotRepository()Where to deploy snapshots of artifacts to.static DeploymentRepositoryDeploymentRepository.newInstance()Creates a newDeploymentRepositoryinstance.static DeploymentRepositoryDeploymentRepository.newInstance(boolean withDefaults) Creates a newDeploymentRepositoryinstance using default values or not.Creates a newDeploymentRepositoryinstance using the specified id.DeploymentRepository.withLayout(String layout) Creates a newDeploymentRepositoryinstance using the specified layout.Creates a newDeploymentRepositoryinstance using the specified name.DeploymentRepository.withReleases(RepositoryPolicy releases) Creates a newDeploymentRepositoryinstance using the specified releases.DeploymentRepository.withSnapshots(RepositoryPolicy snapshots) Creates a newDeploymentRepositoryinstance using the specified snapshots.DeploymentRepository.withUniqueVersion(boolean uniqueVersion) Creates a newDeploymentRepositoryinstance using the specified uniqueVersion.Creates a newDeploymentRepositoryinstance using the specified url.Methods in org.apache.maven.api.model with parameters of type DeploymentRepositoryModifier and TypeMethodDescriptionstatic DeploymentRepository.BuilderDeploymentRepository.newBuilder(DeploymentRepository from) Creates a newDeploymentRepositorybuilder instance using the specified object as a basis.static DeploymentRepository.BuilderDeploymentRepository.newBuilder(DeploymentRepository from, boolean forceCopy) Creates a newDeploymentRepositorybuilder instance using the specified object as a basis.DistributionManagement.Builder.repository(DeploymentRepository repository) DistributionManagement.Builder.snapshotRepository(DeploymentRepository snapshotRepository) DistributionManagement.withRepository(DeploymentRepository repository) Creates a newDistributionManagementinstance using the specified repository.DistributionManagement.withSnapshotRepository(DeploymentRepository snapshotRepository) Creates a newDistributionManagementinstance using the specified snapshotRepository.