C# Class TfsRestServices.TfsRestWatcher

Inheritance: SirenOfShame.Lib.Watcher.WatcherBase
Show file Open project: AutomatedArchitecture/SirenOfShame

Public Methods

Method Description
Dispose ( ) : void
StopWatching ( ) : void
TfsRestWatcher ( SirenOfShame.Lib.Settings.SirenOfShameSettings settings, TfsRestCiEntryPoint tfsRestCiEntryPoint ) : System.Collections.Generic

Protected Methods

Method Description
GetBuildStatus ( ) : IList

Private Methods

Method Description
GetAllWatchedBuildDefinitions ( ) : IEnumerable

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetBuildStatus() protected method

protected GetBuildStatus ( ) : IList
return IList

StopWatching() public method

public StopWatching ( ) : void
return void

TfsRestWatcher() public method

public TfsRestWatcher ( SirenOfShame.Lib.Settings.SirenOfShameSettings settings, TfsRestCiEntryPoint tfsRestCiEntryPoint ) : System.Collections.Generic
settings SirenOfShame.Lib.Settings.SirenOfShameSettings
tfsRestCiEntryPoint TfsRestCiEntryPoint
return System.Collections.Generic