Uses of Interface
jetbrains.buildServer.artifacts.impl.DownloadableArtifact
-
Packages that use DownloadableArtifact Package Description jetbrains.buildServer.artifacts.impl -
-
Uses of DownloadableArtifact in jetbrains.buildServer.artifacts.impl
Classes in jetbrains.buildServer.artifacts.impl that implement DownloadableArtifact Modifier and Type Class Description class
AbstractDownloadableArtifact
class
ArchiveBasedArtifact
class
FileDownloadableArtifact
Methods in jetbrains.buildServer.artifacts.impl that return DownloadableArtifact Modifier and Type Method Description DownloadableArtifact
DownloadableArtifactFactory. createDownloadableArtifact(String artifactPath, Collection<String> targetPaths, ArtifactDepRuleSet archiveRuleSet)
Methods in jetbrains.buildServer.artifacts.impl that return types with arguments of type DownloadableArtifact Modifier and Type Method Description Collection<DownloadableArtifact>
DependencyInfoCollector. collect(ArtifactDepRuleSet sourcePathRules)
-