Method | Description | |
---|---|---|
Backend ( InstanceType instanceType ) : System | ||
Close ( ) : void | ||
GetChangeLog ( System.Xml.Linq.XDocument changeLogContent ) : IEnumerable |
||
Initialise ( ) : void | ||
ResetInactiveAlert ( ) : void | ||
SaveSettings ( bool jiraSettingsChanged ) : void | ||
StartLockTimer ( System.TimeSpan initalTimeSpan = null ) : void | ||
StopLockTimer ( ) : Guid? | ||
TrackEvent ( TrackingType trackingType ) : void |
Method | Description | |
---|---|---|
CleanUpAndTrackingHearbeatOnElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void | ||
JiraExportHearbeatHearbeatOnElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void | ||
OnExportPromptEvent ( object sender, Gallifrey.JiraTimers.ExportPromptDetail promptDetail ) : void | ||
OnNoActivityEvent ( object sender, int millisecondsSinceActivity ) : void |
public Backend ( InstanceType instanceType ) : System | ||
instanceType | InstanceType | |
return | System |
public GetChangeLog ( System.Xml.Linq.XDocument changeLogContent ) : IEnumerable |
||
changeLogContent | System.Xml.Linq.XDocument | |
return | IEnumerable |
public SaveSettings ( bool jiraSettingsChanged ) : void | ||
jiraSettingsChanged | bool | |
return | void |
public StartLockTimer ( System.TimeSpan initalTimeSpan = null ) : void | ||
initalTimeSpan | System.TimeSpan | |
return | void |
public TrackEvent ( TrackingType trackingType ) : void | ||
trackingType | TrackingType | |
return | void |