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 void
ResolutionErrors. addFailure(ArtifactDependency dep, ResolvingFailedException e)
void
ResolutionErrors. addRecoverableFailure(ArtifactDependency dep, ResolvingFailedException e)
Methods in jetbrains.buildServer.artifacts that throw ResolvingFailedException Modifier and Type Method Description void
ArtifactAccessor. 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 ResolutionErrors
DependencyResolver. 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 class
RecoverableResolvingException
Indicates that there is a potentially recoverable problem during artifact resolving.class
SourcePathAwareResolvingFailedException
Methods in jetbrains.buildServer.artifacts.impl that return ResolvingFailedException Modifier and Type Method Description protected ResolvingFailedException
RecoverableContentFetcher. wrapWithResolvingFailed(IOException e)
Methods in jetbrains.buildServer.artifacts.impl that throw ResolvingFailedException Modifier and Type Method Description Collection<DownloadableArtifact>
DependencyInfoCollector. collect(ArtifactDepRuleSet sourcePathRules)
DownloadableArtifact
DownloadableArtifactFactory. createDownloadableArtifact(String artifactPath, Collection<String> targetPaths, ArtifactDepRuleSet archiveRuleSet)
DownloadableArtifact.DownloadedArtifact
ArchiveBasedArtifact. download()
DownloadableArtifact.DownloadedArtifact
DownloadableArtifact. download()
perform downloading and resolving the artifactDownloadableArtifact.DownloadedArtifact
FileDownloadableArtifact. download()
protected void
AbstractDownloadableArtifact. downloadArtifact()
void
TeamCityArtifactAccessor. downloadArtifact(String sourceExternalId, String revision, String branchName, String sourcePath, File target, ArtifactInfo artifactInfo)
void
ContentFetcher. fetchContentToFile(File destination, String artifactUrl)
Download url target to file.void
RecoverableContentFetcher. fetchContentToFile(File destination, String artifactUrl)
Collection<String>
TeamCityArtifactAccessor. getArtifactSourcePathList(String sourceExternalId, String revision, String branchName)
long
DownloadableArtifact.DownloadedArtifact. getRequiredSize()
void
SingleDependencyProcessor. process()
int
DownloadableArtifact.DownloadedArtifact. resolve()
ResolutionErrors
DependencyResolverImpl. resolveCache(String buildTypeId, File workingDir, List<ArtifactDependency> dependencies, DependencyResolverContext context)
-