Exemplo n.º 1
0
        public void GetBuildState(string path)
        {
            var buildSource = new BuildServerSource(new BuildRepository(), path);

            _manager.BuildSource = buildSource;
        }
Exemplo n.º 2
0
 public void GetBuildState(string path)
 {
     var buildSource = new BuildServerSource(new BuildRepository(), path);
     _manager.BuildSource = buildSource;
 }