Modifier and Type | Class and Description |
---|---|
class |
DeploymentRepository
Deployment repository contains the information needed for deploying to the remote
repository, which adds uniqueVersion property to usual repositories for download.
|
Modifier and Type | Method and Description |
---|---|
Repository |
Repository.Builder.build() |
static Repository |
Repository.newInstance()
Creates a new
Repository instance. |
static Repository |
Repository.newInstance(boolean withDefaults)
Creates a new
Repository instance using default values or not. |
Repository |
Repository.withId(String id)
Creates a new
Repository instance using the specified id. |
Repository |
Repository.withLayout(String layout)
Creates a new
Repository instance using the specified layout. |
Repository |
Repository.withName(String name)
Creates a new
Repository instance using the specified name. |
Repository |
Repository.withReleases(RepositoryPolicy releases)
Creates a new
Repository instance using the specified releases. |
Repository |
Repository.withSnapshots(RepositoryPolicy snapshots)
Creates a new
Repository instance using the specified snapshots. |
Repository |
Repository.withUrl(String url)
Creates a new
Repository instance using the specified url. |
Modifier and Type | Method and Description |
---|---|
List<Repository> |
ModelBase.getPluginRepositories()
The lists of the remote repositories for discovering plugins for builds and
reports.
|
List<Repository> |
ModelBase.getRepositories()
The lists of the remote repositories for discovering dependencies and
extensions.
|
Modifier and Type | Method and Description |
---|---|
static Repository.Builder |
Repository.newBuilder(Repository from)
Creates a new
Repository builder instance using the specified object as a basis. |
static Repository.Builder |
Repository.newBuilder(Repository from,
boolean forceCopy)
Creates a new
Repository builder instance using the specified object as a basis. |
Modifier and Type | Method and Description |
---|---|
Model.Builder |
Model.Builder.pluginRepositories(Collection<Repository> pluginRepositories) |
Profile.Builder |
Profile.Builder.pluginRepositories(Collection<Repository> pluginRepositories) |
ModelBase.Builder |
ModelBase.Builder.pluginRepositories(Collection<Repository> pluginRepositories) |
Model.Builder |
Model.Builder.repositories(Collection<Repository> repositories) |
Profile.Builder |
Profile.Builder.repositories(Collection<Repository> repositories) |
ModelBase.Builder |
ModelBase.Builder.repositories(Collection<Repository> repositories) |
Model |
Model.withPluginRepositories(Collection<Repository> pluginRepositories)
Creates a new
Model instance using the specified pluginRepositories. |
Profile |
Profile.withPluginRepositories(Collection<Repository> pluginRepositories)
Creates a new
Profile instance using the specified pluginRepositories. |
ModelBase |
ModelBase.withPluginRepositories(Collection<Repository> pluginRepositories)
Creates a new
ModelBase instance using the specified pluginRepositories. |
Model |
Model.withRepositories(Collection<Repository> repositories)
Creates a new
Model instance using the specified repositories. |
Profile |
Profile.withRepositories(Collection<Repository> repositories)
Creates a new
Profile instance using the specified repositories. |
ModelBase |
ModelBase.withRepositories(Collection<Repository> repositories)
Creates a new
ModelBase instance using the specified repositories. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.