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 ResolutionErrors
DependencyResolver. resolve(String buildTypeId, File workingDir, List<ArtifactDependency> dependencies, DependencyResolverContext context)
Resolves artifact dependencies for specified build.default ResolutionErrors
DependencyResolver. 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 ResolutionErrors
DependencyResolverImpl. resolve(String buildTypeId, File workingDir, List<ArtifactDependency> dependencies, DependencyResolverContext context)
ResolutionErrors
DependencyResolverImpl. resolveCache(String buildTypeId, File workingDir, List<ArtifactDependency> dependencies, DependencyResolverContext context)
-