Method |
Description |
|
AddAnyNewPeopleToSettings ( IEnumerable changedBuildStatuses ) : void |
|
|
ApplyUserMappings ( IList buildStatuses ) : void |
|
|
BuildDefinitionNotFound ( object sender, BuildDefinitionNotFoundArgs args ) : void |
|
|
BuildWatcherServerUnavailable ( object sender, ServerUnavailableEventArgs args ) : void |
|
|
BuildWatcherStatusChecked ( object sender, SirenOfShame.Lib.Watcher.StatusCheckedEventArgsArgs args ) : void |
|
|
CacheBuildStatuses ( IEnumerable changedBuildStatuses ) : void |
We cache the build statuses primarily so we can tell the rules engine whether a build changed from Broken->InProgress->Working or Broken->InProgress, etc |
|
DidBuildStatusChange ( SirenOfShame.Lib.Watcher.BuildStatus oldStatus, SirenOfShame.Lib.Watcher.BuildStatus newStatus ) : bool |
|
|
FireApplicableRulesEngineEvents ( IEnumerable changedBuildStatusesAndTheirPreviousState ) : void |
|
|
GetChangedBuildStatuses ( SirenOfShame.Lib.Watcher.BuildStatus allBuildStatuses ) : IList |
|
|
GetChangedBuildStatusesAndTheirPreviousState ( IEnumerable changedBuildStatuses ) : List |
|
|
InvokeModalDialog ( string dialogText, string okText ) : void |
|
|
InvokeNewAchievement ( SirenOfShame.Lib.Settings.PersonSetting person, List achievements ) : void |
|
|
InvokeNewAlert ( SirenOfShame.Lib.Watcher.NewAlertEventArgs args ) : void |
|
|
InvokeNewNewsItem ( SirenOfShame.Lib.Watcher.NewNewsItemEventArgs args, bool newsIsBothLocalAndNew ) : void |
|
|
InvokeNewNewsItemIfAny ( IEnumerable changedBuildStatuses ) : void |
|
|
InvokeNewUser ( string requestedBy ) : void |
|
|
InvokeRefreshStatus ( IEnumerable buildStatuses ) : void |
|
|
InvokeRefreshStatusIfAnythingChanged ( IEnumerable allBuildStatuses, IEnumerable changedBuildStatuses ) : void |
|
|
InvokeSetTrayIcon ( IEnumerable buildStatuses ) : void |
|
|
InvokeSetTrayIcon ( TrayIcon trayIcon ) : void |
|
|
InvokeStatsChanged ( IList changedBuildStatuses ) : void |
|
|
InvokeUpdateStatusBar ( string statusText, Exception exception = null ) : void |
|
|
NotifyIfNewAchievements ( IList changedBuildStatuses ) : void |
|
|
OnAddBuildsFail ( string userTargedErrorMessage, Exception ex ) : void |
|
|
OnAddBuildsSuccess ( System.DateTime newHighWaterMark ) : void |
|
|
ResetPreviousWorkingOrBrokenStatuses ( ) : void |
|
|
SendCiServerConnectedEvents ( ) : void |
|
|
SetStatusUnknown ( ) : void |
|
|
SetValue ( SirenOfShame.Lib.Watcher.BuildStatus changedBuildStatus, BuildStatus>.IDictionary dictionary ) : void |
|
|
StoppedWatching ( object sender, StoppedWatchingEventArgs args ) : void |
|
|
SyncNewBuildsToSos ( IList changedBuildStatuses ) : void |
|
|
TimerTick ( object sender, EventArgs e ) : void |
|
|
TryGetBuildStatus ( SirenOfShame.Lib.Watcher.BuildStatus changedBuildStatus, BuildStatus>.IDictionary dictionary ) : BuildStatusEnum? |
|
|
TrySynchronizeBuildStatuses ( IList changedBuildStatuses ) : void |
|
|
TrySynchronizeMyPointsAndAchievements ( IList changedBuildStatuses ) : void |
|
|
TryToGetAndSendNewSosOnlineAlerts ( ) : void |
|
|
UpdateBuildNamesInSettingsIfAnyChanged ( IEnumerable changedBuildStatuses ) : void |
|
|
WriteNewBuildsToSosDb ( IEnumerable changedBuildStatusesAndTheirPreviousState ) : void |
|
|