jetbrains.buildServer.artifacts
Interface DependencyResolver
public interface DependencyResolver
- Author:
- Pavel.Sher
Date: 08.02.2007
resolve
void resolve(@NotNull
java.lang.String buildTypeId,
@NotNull
java.io.File workingDir,
@NotNull
java.util.List<ArtifactDependency> dependencies,
@NotNull
DependencyResolverContext context)
throws ResolvingFailedException
- Resolves artifact dependencies for specified build.
All build dependencies will be downloaded
- Parameters:
buildTypeId - id of build configuration for which resolving is performedworkingDir - directory where resolution is performeddependencies - dependencies to resolvecontext - all other information about artifacts source
- Throws:
ResolvingFailedException - if resolving failed