C# Class TextToSpeechPlugin.TextToSpeechNotifier

Inheritance: BuildMonitor.Plugin.AbstractNotifier
Show file Open project: davidadsit/TeamFoundationServerDesktopBuildMonitor Class Usage Examples

Public Methods

Method Description
AnnounceBrokenBuild ( string buildName, string requestorNetworkId, System.DateTime requestTime ) : void
AnnounceResolvedBuild ( string buildName, string requestorNetworkId, System.DateTime requestTime ) : void
TextToSpeechNotifier ( ISpeechLibrary speechLibrary, IConfigurationManager configurationManager ) : System

Method Details

AnnounceBrokenBuild() public method

public AnnounceBrokenBuild ( string buildName, string requestorNetworkId, System.DateTime requestTime ) : void
buildName string
requestorNetworkId string
requestTime System.DateTime
return void

AnnounceResolvedBuild() public method

public AnnounceResolvedBuild ( string buildName, string requestorNetworkId, System.DateTime requestTime ) : void
buildName string
requestorNetworkId string
requestTime System.DateTime
return void

TextToSpeechNotifier() public method

public TextToSpeechNotifier ( ISpeechLibrary speechLibrary, IConfigurationManager configurationManager ) : System
speechLibrary ISpeechLibrary
configurationManager IConfigurationManager
return System