Uses of Class
org.apache.maven.api.model.DeploymentRepository
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of DeploymentRepository in org.apache.maven.api.model
Modifier and TypeMethodDescriptionDeploymentRepository.Builder.build()
DistributionManagement.getRepository()
Information needed to deploy the artifacts generated by the project to a remote repository.DistributionManagement.getSnapshotRepository()
Where to deploy snapshots of artifacts to.static DeploymentRepository
DeploymentRepository.newInstance()
Creates a newDeploymentRepository
instance.static DeploymentRepository
DeploymentRepository.newInstance
(boolean withDefaults) Creates a newDeploymentRepository
instance using default values or not.Creates a newDeploymentRepository
instance using the specified id.DeploymentRepository.withLayout
(String layout) Creates a newDeploymentRepository
instance using the specified layout.Creates a newDeploymentRepository
instance using the specified name.DeploymentRepository.withReleases
(RepositoryPolicy releases) Creates a newDeploymentRepository
instance using the specified releases.DeploymentRepository.withSnapshots
(RepositoryPolicy snapshots) Creates a newDeploymentRepository
instance using the specified snapshots.DeploymentRepository.withUniqueVersion
(boolean uniqueVersion) Creates a newDeploymentRepository
instance using the specified uniqueVersion.Creates a newDeploymentRepository
instance using the specified url.Modifier and TypeMethodDescriptionstatic 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.DistributionManagement.Builder.repository
(DeploymentRepository repository) DistributionManagement.Builder.snapshotRepository
(DeploymentRepository snapshotRepository) DistributionManagement.withRepository
(DeploymentRepository repository) Creates a newDistributionManagement
instance using the specified repository.DistributionManagement.withSnapshotRepository
(DeploymentRepository snapshotRepository) Creates a newDistributionManagement
instance using the specified snapshotRepository. -
Uses of DeploymentRepository in org.apache.maven.model
Modifier and TypeMethodDescriptionstatic List
<DeploymentRepository> DeploymentRepository.deploymentRepositoryToApiV4
(List<DeploymentRepository> list) Modifier and TypeMethodDescriptionstatic List
<DeploymentRepository> DeploymentRepository.deploymentRepositoryToApiV3
(List<DeploymentRepository> list) ModifierConstructorDescriptionDeploymentRepository
(DeploymentRepository delegate) DeploymentRepository
(DeploymentRepository delegate, BaseObject parent) -
Uses of DeploymentRepository in org.apache.maven.model.v4
Modifier and TypeMethodDescriptionprotected DeploymentRepository
MavenMerger.mergeDeploymentRepository
(DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) protected DeploymentRepository
MavenTransformer.transformDeploymentRepository
(DeploymentRepository target) Modifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<DeploymentRepository> MavenMerger.getDeploymentRepositoryKey()
Modifier and TypeMethodDescriptionprotected void
MavenMerger.mergeDeploymentRepository
(DeploymentRepository.Builder builder, DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) protected DeploymentRepository
MavenMerger.mergeDeploymentRepository
(DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeDeploymentRepository_Id
(DeploymentRepository.Builder builder, DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeDeploymentRepository_Layout
(DeploymentRepository.Builder builder, DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeDeploymentRepository_Name
(DeploymentRepository.Builder builder, DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeDeploymentRepository_Releases
(DeploymentRepository.Builder builder, DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeDeploymentRepository_Snapshots
(DeploymentRepository.Builder builder, DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeDeploymentRepository_UniqueVersion
(DeploymentRepository.Builder builder, DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeDeploymentRepository_Url
(DeploymentRepository.Builder builder, DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) protected DeploymentRepository
MavenTransformer.transformDeploymentRepository
(DeploymentRepository target) protected void
MavenTransformer.transformDeploymentRepository_Id
(DeploymentRepository.Builder builder, DeploymentRepository target) protected void
MavenTransformer.transformDeploymentRepository_Layout
(DeploymentRepository.Builder builder, DeploymentRepository target) protected void
MavenTransformer.transformDeploymentRepository_Name
(DeploymentRepository.Builder builder, DeploymentRepository target) protected void
MavenTransformer.transformDeploymentRepository_Releases
(DeploymentRepository.Builder builder, DeploymentRepository target) protected void
MavenTransformer.transformDeploymentRepository_Snapshots
(DeploymentRepository.Builder builder, DeploymentRepository target) protected void
MavenTransformer.transformDeploymentRepository_UniqueVersion
(DeploymentRepository.Builder builder, DeploymentRepository target) protected void
MavenTransformer.transformDeploymentRepository_Url
(DeploymentRepository.Builder builder, DeploymentRepository target)