Class DependencyInfoCollector
- java.lang.Object
-
- jetbrains.buildServer.artifacts.impl.DependencyInfoCollector
-
public class DependencyInfoCollector extends Object
-
-
Constructor Summary
Constructors Constructor Description DependencyInfoCollector(ArtifactDependency dep, ArtifactAccessor artifactAccessor, DownloadableArtifactFactory downloadableArtifactFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<DownloadableArtifact>
collect(ArtifactDepRuleSet sourcePathRules)
-
-
-
Constructor Detail
-
DependencyInfoCollector
public DependencyInfoCollector(ArtifactDependency dep, ArtifactAccessor artifactAccessor, DownloadableArtifactFactory downloadableArtifactFactory)
-
-
Method Detail
-
collect
public Collection<DownloadableArtifact> collect(ArtifactDepRuleSet sourcePathRules) throws ResolvingFailedException
- Throws:
ResolvingFailedException
-
-