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:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) DistributionManagement(package private) String(package private) InputLocation(package private) Map<Object, InputLocation> (package private) Relocation(package private) DeploymentRepository(package private) Site(package private) DeploymentRepository(package private) String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder(boolean withDefaults) protectedBuilder(DistributionManagement base, boolean forceCopy) -
Method Summary
Modifier and TypeMethodDescriptionbuild()(package private) Map<Object, InputLocation> downloadUrl(String downloadUrl) importedFrom(InputLocation importedFrom) location(Object key, InputLocation location) relocation(Relocation relocation) repository(DeploymentRepository repository) snapshotRepository(DeploymentRepository snapshotRepository)
-
Field Details
-
base
-
repository
DeploymentRepository repository -
snapshotRepository
DeploymentRepository snapshotRepository -
site
Site site -
downloadUrl
String downloadUrl -
relocation
Relocation relocation -
status
String status -
locations
Map<Object,InputLocation> locations -
importedFrom
InputLocation importedFrom
-
-
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
-
computeLocations
Map<Object,InputLocation> computeLocations()
-