Modifier and Type | Method and Description |
---|---|
DistributionManagement |
DistributionManagement.Builder.build() |
DistributionManagement |
ModelBase.getDistributionManagement()
Distribution information for a project that enables deployment of the site
and artifacts to remote web servers and repositories respectively.
|
static DistributionManagement |
DistributionManagement.newInstance()
Creates a new
DistributionManagement instance. |
static DistributionManagement |
DistributionManagement.newInstance(boolean withDefaults)
Creates a new
DistributionManagement instance using default values or not. |
DistributionManagement |
DistributionManagement.withDownloadUrl(String downloadUrl)
Creates a new
DistributionManagement instance using the specified downloadUrl. |
DistributionManagement |
DistributionManagement.withRelocation(Relocation relocation)
Creates a new
DistributionManagement instance using the specified relocation. |
DistributionManagement |
DistributionManagement.withRepository(DeploymentRepository repository)
Creates a new
DistributionManagement instance using the specified repository. |
DistributionManagement |
DistributionManagement.withSite(Site site)
Creates a new
DistributionManagement instance using the specified site. |
DistributionManagement |
DistributionManagement.withSnapshotRepository(DeploymentRepository snapshotRepository)
Creates a new
DistributionManagement instance using the specified snapshotRepository. |
DistributionManagement |
DistributionManagement.withStatus(String status)
Creates a new
DistributionManagement instance using the specified status. |
Modifier and Type | Method and Description |
---|---|
Model.Builder |
Model.Builder.distributionManagement(DistributionManagement distributionManagement) |
Profile.Builder |
Profile.Builder.distributionManagement(DistributionManagement distributionManagement) |
ModelBase.Builder |
ModelBase.Builder.distributionManagement(DistributionManagement distributionManagement) |
static DistributionManagement.Builder |
DistributionManagement.newBuilder(DistributionManagement from)
Creates a new
DistributionManagement builder instance using the specified object as a basis. |
static DistributionManagement.Builder |
DistributionManagement.newBuilder(DistributionManagement from,
boolean forceCopy)
Creates a new
DistributionManagement builder instance using the specified object as a basis. |
Model |
Model.withDistributionManagement(DistributionManagement distributionManagement)
Creates a new
Model instance using the specified distributionManagement. |
Profile |
Profile.withDistributionManagement(DistributionManagement distributionManagement)
Creates a new
Profile instance using the specified distributionManagement. |
ModelBase |
ModelBase.withDistributionManagement(DistributionManagement distributionManagement)
Creates a new
ModelBase instance using the specified distributionManagement. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.