Modifier and Type | Method and Description |
---|---|
DeploymentRepository |
DeploymentRepository.Builder.build() |
DeploymentRepository |
DistributionManagement.getRepository()
Information needed to deploy the artifacts generated by the project to a
remote repository.
|
DeploymentRepository |
DistributionManagement.getSnapshotRepository()
Where to deploy snapshots of artifacts to.
|
static DeploymentRepository |
DeploymentRepository.newInstance()
Creates a new
DeploymentRepository instance. |
static DeploymentRepository |
DeploymentRepository.newInstance(boolean withDefaults)
Creates a new
DeploymentRepository instance using default values or not. |
DeploymentRepository |
DeploymentRepository.withId(String id)
Creates a new
DeploymentRepository instance using the specified id. |
DeploymentRepository |
DeploymentRepository.withLayout(String layout)
Creates a new
DeploymentRepository instance using the specified layout. |
DeploymentRepository |
DeploymentRepository.withName(String name)
Creates a new
DeploymentRepository instance using the specified name. |
DeploymentRepository |
DeploymentRepository.withReleases(RepositoryPolicy releases)
Creates a new
DeploymentRepository instance using the specified releases. |
DeploymentRepository |
DeploymentRepository.withSnapshots(RepositoryPolicy snapshots)
Creates a new
DeploymentRepository instance using the specified snapshots. |
DeploymentRepository |
DeploymentRepository.withUniqueVersion(boolean uniqueVersion)
Creates a new
DeploymentRepository instance using the specified uniqueVersion. |
DeploymentRepository |
DeploymentRepository.withUrl(String url)
Creates a new
DeploymentRepository instance using the specified url. |
Modifier and Type | Method and Description |
---|---|
static DeploymentRepository.Builder |
DeploymentRepository.newBuilder(DeploymentRepository from)
Creates a new
DeploymentRepository builder instance using the specified object as a basis. |
static DeploymentRepository.Builder |
DeploymentRepository.newBuilder(DeploymentRepository from,
boolean forceCopy)
Creates a new
DeploymentRepository builder instance using the specified object as a basis. |
DistributionManagement.Builder |
DistributionManagement.Builder.repository(DeploymentRepository repository) |
DistributionManagement.Builder |
DistributionManagement.Builder.snapshotRepository(DeploymentRepository snapshotRepository) |
DistributionManagement |
DistributionManagement.withRepository(DeploymentRepository repository)
Creates a new
DistributionManagement instance using the specified repository. |
DistributionManagement |
DistributionManagement.withSnapshotRepository(DeploymentRepository snapshotRepository)
Creates a new
DistributionManagement instance using the specified snapshotRepository. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.