Delegate BugMatcherBase.ScoringFunction
Defines a delegate for a scoring function for how closely a bug matches to the current bug being filed.
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public delegate int BugMatcherBase.ScoringFunction(string queryResultFieldValue, string currentBugFieldValue)
Parameters
Type | Name | Description |
---|---|---|
string | queryResultFieldValue | The field value of the bug returned from a query. |
string | currentBugFieldValue | The field value of the bug being filed. |
Returns
Type | Description |
---|---|
int | The score of how closely the two field values match. |