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 SummaryConstructorsModifierConstructorDescriptionprotectedBuilder(boolean withDefaults) protectedBuilder(DistributionManagement base, boolean forceCopy) 
- 
Method SummaryModifier and TypeMethodDescriptionbuild()downloadUrl(String downloadUrl) importedFrom(InputLocation importedFrom) location(Object key, InputLocation location) relocation(Relocation relocation) repository(DeploymentRepository repository) snapshotRepository(DeploymentRepository snapshotRepository) 
- 
Constructor Details- 
Builderprotected Builder(boolean withDefaults) 
- 
Builder
 
- 
- 
Method Details- 
repository
- 
snapshotRepository@Nonnull public DistributionManagement.Builder snapshotRepository(DeploymentRepository snapshotRepository) 
- 
site
- 
downloadUrl
- 
relocation
- 
status
- 
location
- 
importedFrom
- 
build
 
-