| Package | Description |
|---|---|
| org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArtifactURLBuilder
This class provides basic functionality to allow the creation of a valid download link for a given artifact.
|
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.
|
Copyright © 2016–2017. All rights reserved.