Interface IBugMatcher
Defines the interface for the duplicate checker's bug matching.
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public interface IBugMatcher
Methods
View SourceCalculateAndStoreConfidence(DupeCheckBugInfo, Dictionary<string, string>)
Calculates how close of a match the bug
is to the one being filed. This function will change the confidence match property of bug
.
Declaration
void CalculateAndStoreConfidence(DupeCheckBugInfo bug, Dictionary<string, string> fieldValues)
Parameters
Type | Name | Description |
---|---|---|
DupeCheckBugInfo | bug | The bug to match against the one being filed. |
Dictionary<string, string> | fieldValues | The current values of the fields of the bug being filed. |