Regression |
The RegressionTag type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) |
Returns true if obj is the same
RegressionTag as this; false otherwise.
(Overrides ValueTypeEquals(Object)) | |
Equals(RegressionTag) | Returns true if other represents the same regression tag; false otherwise. | |
FromString | Returns the non-null RegressionTag with the specified String (returned by its ToString method). | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ValueTypeGetHashCode) | |
GetValues | Returns an array of the available RegressionTag values. | |
ToString |
Returns a non-null, non-empty string representation of this enum
constant in the format used to specify a RegressionTag in the
response XML ("Shortlist", "NotableOther",
"Requested", or "InShortlistRange").
(Overrides ValueTypeToString) |
Name | Description | |
---|---|---|
Equality(RegressionTag, RegressionTag) | Determines whether two specified RegressionTag instances are equal. | |
Inequality(RegressionTag, RegressionTag) | Determines whether two specified RegressionTag instances are not equal. |
Name | Description | |
---|---|---|
InShortlistRange | Indicates a regression that was explicitly specified in the request, and that has strong enough statistics to appear in the Shortlist even though it wasn't auto-selected to be in the shortlist (if it was it would have the Shortlist tag instead). | |
NotableOther | Indicates a regression that didn't make the Shortlist, but was considered notable. | |
Requested | Indicates a regression that was explicitly specified in the request as one that should be returned. | |
Shortlist | Indicates a regression that was automatically selected by the API as a shortlist regression – one that looks likely to describe the usage data better than the others tested. |
Version | Description |
---|---|
1.4 | This was added in version 1.4. |