Uses of Class
org.apache.maven.api.model.DeploymentRepository.Builder
-
Uses of DeploymentRepository.Builder in org.apache.maven.api.model
Modifier and TypeMethodDescriptionDeploymentRepository.Builder.location
(Object key, InputLocation location) static DeploymentRepository.Builder
DeploymentRepository.newBuilder()
Creates a newDeploymentRepository
builder instance.static DeploymentRepository.Builder
DeploymentRepository.newBuilder
(boolean withDefaults) Creates a newDeploymentRepository
builder instance using default values or not.static DeploymentRepository.Builder
DeploymentRepository.newBuilder
(DeploymentRepository from) Creates a newDeploymentRepository
builder instance using the specified object as a basis.static DeploymentRepository.Builder
DeploymentRepository.newBuilder
(DeploymentRepository from, boolean forceCopy) Creates a newDeploymentRepository
builder 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.