public class RegressionRunOutput
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
_bStatus
Completion Status for the Regression Module
|
java.util.Date |
_dtCompletion
Completion Time for the Regression Module
|
long |
_lExecTime
Execution time for the Regression Module
|
java.lang.String |
_strRegressionScenarioName
Completion Status for the Regression Module
|
Constructor and Description |
---|
RegressionRunOutput(java.lang.String strRegressionScenarioName)
Regression Run Output Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
displayString(boolean bDetailed)
Print the contents of the regression output
|
RegressionRunDetail |
getRegressionDetail()
Retrieve the regression details object
|
boolean |
setTerminationStatus(boolean bSuccess)
Set the termination status for the regression output
|
public long _lExecTime
public boolean _bStatus
public java.lang.String _strRegressionScenarioName
public java.util.Date _dtCompletion
public RegressionRunOutput(java.lang.String strRegressionScenarioName) throws java.lang.Exception
strRegressionScenarioName
- Regression Scenario Namejava.lang.Exception
- Thrown if the Inputs are Invalidpublic boolean setTerminationStatus(boolean bSuccess)
bSuccess
- TRUE - Regression Run succeededpublic RegressionRunDetail getRegressionDetail()
public java.lang.String displayString(boolean bDetailed)
bDetailed
- Display detailed output