Uses of Class
jetbrains.buildServer.artifacts.ResolvingFailedException
-
Packages that use ResolvingFailedException Package Description jetbrains.buildServer.artifacts jetbrains.buildServer.artifacts.impl -
-
Uses of ResolvingFailedException in jetbrains.buildServer.artifacts
Methods in jetbrains.buildServer.artifacts that return types with arguments of type ResolvingFailedException Modifier and Type Method Description Map<ArtifactDependency,ResolvingFailedException>ResolutionErrors. getFailures()Map<ArtifactDependency,ResolvingFailedException>ResolutionErrors. getRecoverableFailures()Methods in jetbrains.buildServer.artifacts with parameters of type ResolvingFailedException Modifier and Type Method Description voidResolutionErrors. addFailure(ArtifactDependency dep, ResolvingFailedException e)voidResolutionErrors. addRecoverableFailure(ArtifactDependency dep, ResolvingFailedException e)Methods in jetbrains.buildServer.artifacts that throw ResolvingFailedException Modifier and Type Method Description voidArtifactAccessor. downloadArtifact(String sourceExternalId, String revision, String branchName, String sourcePath, File target, ArtifactInfo artifactInfo)Collection<String>ArtifactAccessor. getArtifactSourcePathList(String sourceExternalId, String revision, String branchName)Get artifact list.default ResolutionErrorsDependencyResolver. resolveCache(String buildTypeId, File workingDir, List<ArtifactDependency> dependencies, DependencyResolverContext context)Resolves build cache (as dependencies) for specified build. -
Uses of ResolvingFailedException in jetbrains.buildServer.artifacts.impl
Subclasses of ResolvingFailedException in jetbrains.buildServer.artifacts.impl Modifier and Type Class Description classRecoverableResolvingExceptionIndicates that there is a potentially recoverable problem during artifact resolving.classSourcePathAwareResolvingFailedExceptionMethods in jetbrains.buildServer.artifacts.impl that return ResolvingFailedException Modifier and Type Method Description protected ResolvingFailedExceptionRecoverableContentFetcher. wrapWithResolvingFailed(IOException e)Methods in jetbrains.buildServer.artifacts.impl that throw ResolvingFailedException Modifier and Type Method Description Collection<DownloadableArtifact>DependencyInfoCollector. collect(ArtifactDepRuleSet sourcePathRules)DownloadableArtifactDownloadableArtifactFactory. createDownloadableArtifact(String artifactPath, Collection<String> targetPaths, ArtifactDepRuleSet archiveRuleSet)DownloadableArtifact.DownloadedArtifactArchiveBasedArtifact. download()DownloadableArtifact.DownloadedArtifactDownloadableArtifact. download()perform downloading and resolving the artifactDownloadableArtifact.DownloadedArtifactFileDownloadableArtifact. download()protected voidAbstractDownloadableArtifact. downloadArtifact()voidTeamCityArtifactAccessor. downloadArtifact(String sourceExternalId, String revision, String branchName, String sourcePath, File target, ArtifactInfo artifactInfo)voidContentFetcher. fetchContentToFile(File destination, String artifactUrl)Download url target to file.voidRecoverableContentFetcher. fetchContentToFile(File destination, String artifactUrl)Collection<String>TeamCityArtifactAccessor. getArtifactSourcePathList(String sourceExternalId, String revision, String branchName)longDownloadableArtifact.DownloadedArtifact. getRequiredSize()voidSingleDependencyProcessor. process()intDownloadableArtifact.DownloadedArtifact. resolve()ResolutionErrorsDependencyResolverImpl. resolveCache(String buildTypeId, File workingDir, List<ArtifactDependency> dependencies, DependencyResolverContext context)
-