コード例 #1
0
 public TfsRestWatcher(SirenOfShameSettings settings, TfsRestCiEntryPoint tfsRestCiEntryPoint) : base(settings)
 {
     _tfsRestCiEntryPoint = tfsRestCiEntryPoint;
     _service             = new TfsRestService();
 }
コード例 #2
0
 public TfsRestWatcher(SirenOfShameSettings settings, TfsRestCiEntryPoint tfsRestCiEntryPoint)
     : base(settings)
 {
     _tfsRestCiEntryPoint = tfsRestCiEntryPoint;
     _service = new TfsRestService();
 }