C# 클래스 SirenOfShame.Lib.Watcher.WatcherBase

상속: IDisposable
파일 보기 프로젝트 열기: AutomatedArchitecture/SirenOfShame 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
StartWatching ( ) : void
StopWatching ( ) : void

보호된 메소드들

메소드 설명
GetBuildStatus ( ) : IList
InvokeBuildDefinitionNotFound ( BuildDefinitionSetting buildDefinitionSetting ) : void
InvokeServerUnavailable ( SirenOfShame.Lib.Exceptions.ServerUnavailableException args ) : void
InvokeStatusChecked ( IList args ) : void
OnStoppedWatching ( ) : void
WatcherBase ( SirenOfShame.Lib.Settings.SirenOfShameSettings settings ) : System

비공개 메소드들

메소드 설명
GetBuildStatusAndFireEvents ( ) : void

메소드 상세

Dispose() 공개 추상적인 메소드

public abstract Dispose ( ) : void
리턴 void

GetBuildStatus() 보호된 추상적인 메소드

protected abstract GetBuildStatus ( ) : IList
리턴 IList

InvokeBuildDefinitionNotFound() 보호된 메소드

protected InvokeBuildDefinitionNotFound ( BuildDefinitionSetting buildDefinitionSetting ) : void
buildDefinitionSetting SirenOfShame.Lib.Settings.BuildDefinitionSetting
리턴 void

InvokeServerUnavailable() 보호된 메소드

protected InvokeServerUnavailable ( SirenOfShame.Lib.Exceptions.ServerUnavailableException args ) : void
args SirenOfShame.Lib.Exceptions.ServerUnavailableException
리턴 void

InvokeStatusChecked() 보호된 메소드

protected InvokeStatusChecked ( IList args ) : void
args IList
리턴 void

OnStoppedWatching() 보호된 메소드

protected OnStoppedWatching ( ) : void
리턴 void

StartWatching() 공개 메소드

public StartWatching ( ) : void
리턴 void

StopWatching() 공개 추상적인 메소드

public abstract StopWatching ( ) : void
리턴 void

WatcherBase() 보호된 메소드

protected WatcherBase ( SirenOfShame.Lib.Settings.SirenOfShameSettings settings ) : System
settings SirenOfShame.Lib.Settings.SirenOfShameSettings
리턴 System