Uses of Class
jetbrains.buildServer.artifacts.ResolutionErrors
-
Packages that use ResolutionErrors Package Description jetbrains.buildServer.artifacts jetbrains.buildServer.artifacts.impl -
-
Uses of ResolutionErrors in jetbrains.buildServer.artifacts
Methods in jetbrains.buildServer.artifacts that return ResolutionErrors Modifier and Type Method Description ResolutionErrorsDependencyResolver. resolve(String buildTypeId, File workingDir, List<ArtifactDependency> dependencies, DependencyResolverContext context)Resolves artifact dependencies for specified build.default ResolutionErrorsDependencyResolver. resolveCache(String buildTypeId, File workingDir, List<ArtifactDependency> dependencies, DependencyResolverContext context)Resolves build cache (as dependencies) for specified build. -
Uses of ResolutionErrors in jetbrains.buildServer.artifacts.impl
Methods in jetbrains.buildServer.artifacts.impl that return ResolutionErrors Modifier and Type Method Description ResolutionErrorsDependencyResolverImpl. resolve(String buildTypeId, File workingDir, List<ArtifactDependency> dependencies, DependencyResolverContext context)ResolutionErrorsDependencyResolverImpl. resolveCache(String buildTypeId, File workingDir, List<ArtifactDependency> dependencies, DependencyResolverContext context)
-