Package org.apache.maven.api.model
Class DistributionManagement.Builder
java.lang.Object
org.apache.maven.api.model.DistributionManagement.Builder
- Enclosing class:
DistributionManagement
Builder class used to create DistributionManagement instances.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
Builder
(boolean withDefaults) protected
Builder
(DistributionManagement base, boolean forceCopy) -
Method Summary
Modifier and TypeMethodDescriptionbuild()
downloadUrl
(String downloadUrl) importedFrom
(InputLocation importedFrom) location
(Object key, InputLocation location) relocation
(Relocation relocation) repository
(DeploymentRepository repository) snapshotRepository
(DeploymentRepository snapshotRepository)
-
Constructor Details
-
Builder
protected Builder(boolean withDefaults) -
Builder
-
-
Method Details
-
repository
-
snapshotRepository
@Nonnull public DistributionManagement.Builder snapshotRepository(DeploymentRepository snapshotRepository) -
site
-
downloadUrl
-
relocation
-
status
-
location
-
importedFrom
-
build
-