Package | Description |
---|---|
org.jvnet.hudson.plugins.repositoryconnector | |
org.jvnet.hudson.plugins.repositoryconnector.aether | |
org.jvnet.hudson.plugins.repositoryconnector.util |
Modifier and Type | Method and Description |
---|---|
List<Artifact> |
ArtifactDeployer.getArtifacts() |
List<Artifact> |
ArtifactResolver.getArtifacts() |
Constructor and Description |
---|
ArtifactDeployer(List<Artifact> artifacts) |
ArtifactResolver(List<Artifact> artifacts) |
Modifier and Type | Method and Description |
---|---|
Collection<File> |
Aether.deploy(String repositoryId,
Artifact artifact) |
Collection<File> |
Aether.install(Artifact artifact) |
File |
Aether.resolve(String repositoryId,
Artifact artifact) |
Collection<String> |
Aether.resolveAvailableVersions(String repositoryId,
Artifact artifact,
boolean oldestFirst,
VersionFilter filter) |
Collection<File> |
Aether.resolveWithDependencies(String repositoryId,
Artifact artifact,
String scope) |
Modifier and Type | Method and Description |
---|---|
Artifact |
TokenMacroExpander.expand(Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
Artifact |
TokenMacroExpander.expand(Artifact artifact) |
static File |
PomGenerator.generate(Artifact artifact) |
Copyright © 2010–2021. All rights reserved.