| Package | Description |
|---|---|
| org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectArtifactURLBuilder
Provides functionality to retrieve an artifact as a direct link from the repository, such as:
https://server/content/repositories/repositoryId/com/thegroup/id/artifactId/version/artifactId-42.tar.gz
Limitations: This implementation does not work for snapshots.
|
class |
NexusContentServiceArtifactURLBuilder
This implementation creates a download link for the given artifact by using an inbuild Nexus service.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractArtifactURLBuilder |
IArtifactURLBuilder.setRepositoryId(String repositoryId) |
AbstractArtifactURLBuilder |
AbstractArtifactURLBuilder.setRepositoryId(String repositoryId) |
Copyright © 2016–2017. All rights reserved.