Class DownloadableArtifactFactory
- java.lang.Object
-
- jetbrains.buildServer.artifacts.impl.DownloadableArtifactFactory
-
public class DownloadableArtifactFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description DownloadableArtifactFactory(ArtifactDependency dep, ResolverRuntimeConfiguration config, ArtifactAccessor artifactAccessor, jetbrains.buildServer.artifacts.impl.DependencyArchiveHelper archiveHelper, DependencyResolverListener listener, SingleDependencyProcessor.CollisionsDetector collisionsDetector, DependencyHttpHelper dependencyHttpHelper, org.apache.commons.httpclient.HttpClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadableArtifact
createDownloadableArtifact(String artifactPath, Collection<String> targetPaths, ArtifactDepRuleSet archiveRuleSet)
-
-
-
Constructor Detail
-
DownloadableArtifactFactory
public DownloadableArtifactFactory(@NotNull ArtifactDependency dep, @NotNull ResolverRuntimeConfiguration config, @NotNull ArtifactAccessor artifactAccessor, @NotNull jetbrains.buildServer.artifacts.impl.DependencyArchiveHelper archiveHelper, @NotNull DependencyResolverListener listener, @NotNull SingleDependencyProcessor.CollisionsDetector collisionsDetector, @NotNull DependencyHttpHelper dependencyHttpHelper, @NotNull org.apache.commons.httpclient.HttpClient client)
-
-
Method Detail
-
createDownloadableArtifact
public DownloadableArtifact createDownloadableArtifact(String artifactPath, Collection<String> targetPaths, @Nullable ArtifactDepRuleSet archiveRuleSet) throws ResolvingFailedException
- Throws:
ResolvingFailedException
-
-