Uses of Class
org.jvnet.hudson.plugins.repositoryconnector.Artifact
-
Packages that use Artifact Package Description org.jvnet.hudson.plugins.repositoryconnector org.jvnet.hudson.plugins.repositoryconnector.aether org.jvnet.hudson.plugins.repositoryconnector.util -
-
Uses of Artifact in org.jvnet.hudson.plugins.repositoryconnector
Methods in org.jvnet.hudson.plugins.repositoryconnector that return types with arguments of type Artifact Modifier and Type Method Description List<Artifact>
ArtifactDeployer. getArtifacts()
List<Artifact>
ArtifactResolver. getArtifacts()
Constructor parameters in org.jvnet.hudson.plugins.repositoryconnector with type arguments of type Artifact Constructor Description ArtifactDeployer(List<Artifact> artifacts)
ArtifactResolver(List<Artifact> artifacts)
-
Uses of Artifact in org.jvnet.hudson.plugins.repositoryconnector.aether
Methods in org.jvnet.hudson.plugins.repositoryconnector.aether with parameters of type Artifact Modifier and Type Method 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)
-
Uses of Artifact in org.jvnet.hudson.plugins.repositoryconnector.util
Methods in org.jvnet.hudson.plugins.repositoryconnector.util that return Artifact Modifier and Type Method Description Artifact
TokenMacroExpander. expand(Artifact artifact)
Methods in org.jvnet.hudson.plugins.repositoryconnector.util with parameters of type Artifact Modifier and Type Method Description Artifact
TokenMacroExpander. expand(Artifact artifact)
static File
PomGenerator. generate(Artifact artifact)
-