AnalysisEvent Type
Union cases
| Union case |
Description
|
Full Usage:
DeadCodeFoundEvent symbolNames
Parameters:
string list
|
|
Full Usage:
DiffParsedEvent changedFiles
Parameters:
string list
|
|
|
|
Full Usage:
FileAnalyzedEvent(file, symbolCount, depCount, testCount)
Parameters:
string
symbolCount : int
depCount : int
testCount : int
|
|
Full Usage:
FileCacheHitEvent(file, reason)
Parameters:
string
reason : string
|
|
Full Usage:
FileSkippedEvent(file, reason)
Parameters:
string
reason : string
|
|
Full Usage:
IndexCompletedEvent(totalSymbols, totalDeps, totalTests)
Parameters:
int
totalDeps : int
totalTests : int
|
|
Full Usage:
IndexStartedEvent projectCount
Parameters:
int
|
|
Full Usage:
ProjectCacheHitEvent project
Parameters:
string
|
|
Full Usage:
ProjectIndexedEvent(project, fileCount)
Parameters:
string
fileCount : int
|
|
Full Usage:
SymbolChangeDetectedEvent(file, symbolName, change)
Parameters:
string
symbolName : string
change : ChangeKind
|
|
Full Usage:
TestSelectedEvent(testMethod, reason)
Parameters:
string
reason : SelectionReason
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDeadCodeFoundEvent
Returns: bool
|
|
Full Usage:
this.IsDiffParsedEvent
Returns: bool
|
|
Full Usage:
this.IsErrorEvent
Returns: bool
|
|
Full Usage:
this.IsFileAnalyzedEvent
Returns: bool
|
|
Full Usage:
this.IsFileCacheHitEvent
Returns: bool
|
|
Full Usage:
this.IsFileSkippedEvent
Returns: bool
|
|
Full Usage:
this.IsIndexCompletedEvent
Returns: bool
|
|
Full Usage:
this.IsIndexStartedEvent
Returns: bool
|
|
Full Usage:
this.IsProjectCacheHitEvent
Returns: bool
|
|
Full Usage:
this.IsProjectIndexedEvent
Returns: bool
|
|
Full Usage:
this.IsSymbolChangeDetectedEvent
Returns: bool
|
|
Full Usage:
this.IsTestSelectedEvent
Returns: bool
|
|
TestPrune