namespace TeamCity.Docker { using System.Collections.Generic; using Generic; using IoC; using Model; internal interface IBuildPathProvider { [NotNull] IEnumerable> GetPath([NotNull] IGraph buildGraph); [NotNull] IEnumerable> GetPath([NotNull] IGraph buildGraph, [NotNull] INode leafNode); } }