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.importedFrom(InputLocation importedFrom) DeploymentRepository.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.Constructors in org.apache.maven.api.model with parameters of type DeploymentRepository.BuilderModifierConstructorDescriptionprotectedConstructor for this class, to be called from its subclasses andDeploymentRepository.Builder.