public class RegressionRunDetail
extends java.lang.Object
| Constructor and Description |
|---|
RegressionRunDetail()
Empty constructor: Regression detail fields will be initialized
|
| Modifier and Type | Method and Description |
|---|---|
CaseInsensitiveTreeMap<java.lang.String> |
getFieldMap()
Retrieve the field map
|
boolean |
set(java.lang.String strKey,
java.lang.String strValue)
Set the Key Value Map Entry
|
public RegressionRunDetail()
public boolean set(java.lang.String strKey,
java.lang.String strValue)
strKey - Name of the regression detail fieldstrValue - Value of the regression detail fieldpublic CaseInsensitiveTreeMap<java.lang.String> getFieldMap()