Uses of Class
jetbrains.buildServer.artifacts.impl.ArtifactInfo
-
Packages that use ArtifactInfo Package Description jetbrains.buildServer.artifacts jetbrains.buildServer.artifacts.impl -
-
Uses of ArtifactInfo in jetbrains.buildServer.artifacts
Methods in jetbrains.buildServer.artifacts with parameters of type ArtifactInfo Modifier and Type Method Description voidArtifactAccessor. downloadArtifact(String sourceExternalId, String revision, String branchName, String sourcePath, File target, ArtifactInfo artifactInfo) -
Uses of ArtifactInfo in jetbrains.buildServer.artifacts.impl
Methods in jetbrains.buildServer.artifacts.impl that return ArtifactInfo Modifier and Type Method Description ArtifactInfoAbstractDownloadableArtifact. getArtifactInfo()ArtifactInfoDependencyHttpHelper. getArtifactInfo(String srcUrl, org.apache.commons.httpclient.HttpClient client)ArtifactInfoDownloadableArtifact. getArtifactInfo()Methods in jetbrains.buildServer.artifacts.impl with parameters of type ArtifactInfo Modifier and Type Method Description voidTeamCityArtifactAccessor. downloadArtifact(String sourceExternalId, String revision, String branchName, String sourcePath, File target, ArtifactInfo artifactInfo)voidContentFetcher. fetchCachedContentToFile(File cachedFile, File destination, String artifactUrl, ArtifactInfo artifactInfo)Restore cached on the agent content to file.voidRecoverableContentFetcher. fetchCachedContentToFile(File cachedFile, File destination, String artifactUrl, ArtifactInfo artifactInfo)Constructors in jetbrains.buildServer.artifacts.impl with parameters of type ArtifactInfo Constructor Description AbstractDownloadableArtifact(ArtifactDependency dep, ArtifactAccessor artifactAccessor, jetbrains.buildServer.artifacts.impl.DependencyArchiveHelper archiveHelper, DependencyResolverListener listener, SingleDependencyProcessor.CollisionsDetector collisionsDetector, String artifactPath, File workingDir, ArtifactInfo artifactInfo)ArchiveBasedArtifact(ArtifactDependency dep, ArtifactAccessor artifactAccessor, jetbrains.buildServer.artifacts.impl.DependencyArchiveHelper archiveHelper, DependencyResolverListener listener, SingleDependencyProcessor.CollisionsDetector collisionsDetector, String artifactPath, Collection<String> artifactTargetPaths, ArtifactDepRuleSet archiveRuleSet, File baseDir, List<File> targetFiles, ArtifactInfo artifactInfo)FileDownloadableArtifact(ArtifactDependency dep, ArtifactAccessor artifactAccessor, jetbrains.buildServer.artifacts.impl.DependencyArchiveHelper archiveHelper, DependencyResolverListener listener, SingleDependencyProcessor.CollisionsDetector collisionsDetector, String artifactPath, List<File> files, Collection<String> targetPaths, File workingDir, ArtifactInfo artifactInfo)
-