Uses of Class
org.apache.maven.api.model.DeploymentRepository.Builder
-
Uses of DeploymentRepository.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return DeploymentRepository.BuilderModifier and TypeMethodDescriptionDeploymentRepository.Builder.location(Object key, InputLocation location) static DeploymentRepository.BuilderDeploymentRepository.newBuilder()Creates a newDeploymentRepositorybuilder instance.static DeploymentRepository.BuilderDeploymentRepository.newBuilder(boolean withDefaults) Creates a newDeploymentRepositorybuilder instance using default values or not.static 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.DeploymentRepository.Builder.releases(RepositoryPolicy releases) DeploymentRepository.Builder.snapshots(RepositoryPolicy snapshots) DeploymentRepository.Builder.uniqueVersion(boolean uniqueVersion) DeploymentRepository.with()Creates a new builder with this object as the basis.