| 
 | Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestStats
Models the stastical metrics for a single test.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface oracle.apps.fnd.appltest.diagfwk.common.DiagConstants | 
|---|
| DiagConstants.ExecutionMode, DiagConstants.Format, DiagConstants.LinkType, DiagConstants.Status | 
| Field Summary | 
|---|
| Method Summary | |
|---|---|
|  void | copy(TestStats t) | 
|  void | fetch()Fetches the statistics for a particular test ID and populates this object. | 
|  void | fetch(java.lang.String pTestName)Fetches the statistics for the given name and populates this object. | 
|  java.lang.String | getLastExecutionId()Gets the last execution id | 
|  java.util.Date | getLastExecutionTime()Gets the last execution time | 
|  java.lang.String | getLastFailExecutionId()Gets the last failure execution id | 
|  java.lang.String | getLastFailureRunId()Gets the last failure run id | 
|  java.util.Date | getLastFailureTime()Gets the last failure time | 
|  java.lang.String | getLastRunId()Gets the last run id | 
|  java.lang.String | getLastStatus()Gets the last execution status | 
|  java.util.Date | getResetDate()Gets the date when these statistics were last reset. | 
|  java.lang.String | getTestId()Gets the test id | 
|  int | getTotalFail()Gets the count of total number of failures for this test | 
|  int | getTotalRun()Gets the count of total number of runs for this test | 
|  void | setLastExecutionId(java.lang.String pLastExecutionId)Sets the last execution id | 
|  void | setLastExecutionTime(java.util.Date pLastExecutionTime)Sets the last execution date/time | 
|  void | setLastFailExecutionId(java.lang.String pLastFailExecutionId)Sets the last failure executoin id | 
|  void | setLastFailureRunId(java.lang.String pLastFailureRunId)Sets the last failed run id | 
|  void | setLastFailureTime(java.util.Date pLastFailureTime)Sets the last failure date/time | 
|  void | setLastRunId(java.lang.String pLastRunId)Sets the last run id | 
|  void | setLastStatus(java.lang.String pLastStatus)Sets the last execution status | 
|  void | setResetDate(java.util.Date pResetDate)Sets the reset date | 
|  void | setTestId(java.lang.String pTestId)Sets the test id | 
|  void | setTotalFail(int pTotalFail)Sets the total numer of failed executions | 
|  void | setTotalRun(int pTotalRun)Sets the total number of executions | 
| Methods inherited from interface oracle.apps.fnd.appltest.diagfwk.engine.DiagBObj | 
|---|
| copyT, getCreatedBy, getCreationDate, getLastUpdateDate, getLastUpdatedBy, getLastUpdateLogin, isCreatedByOracle, setCreatedBy, setCreationDate, setLastUpdateDate, setLastUpdatedBy, setLastUpdateLogin | 
| Method Detail | 
|---|
java.lang.String getTestId()
int getTotalRun()
int getTotalFail()
java.lang.String getLastStatus()
java.util.Date getLastExecutionTime()
java.lang.String getLastExecutionId()
java.util.Date getLastFailureTime()
java.lang.String getLastFailExecutionId()
java.util.Date getResetDate()
java.lang.String getLastRunId()
java.lang.String getLastFailureRunId()
void setTestId(java.lang.String pTestId)
pTestId - the test idvoid setTotalRun(int pTotalRun)
pTotalRun - the total number of executionsvoid setTotalFail(int pTotalFail)
pTotalFail - the total number of failed executionsvoid setLastStatus(java.lang.String pLastStatus)
pLastStatus - the last execution statusvoid setLastExecutionTime(java.util.Date pLastExecutionTime)
pLastExecutionTime - the last execution date/timevoid setLastExecutionId(java.lang.String pLastExecutionId)
pLastExecutionId - the last execution idvoid setLastFailureTime(java.util.Date pLastFailureTime)
pLastFailureTime - the last failure date/timevoid setLastFailExecutionId(java.lang.String pLastFailExecutionId)
pLastFailExecutionId - last failed execution idvoid setResetDate(java.util.Date pResetDate)
pResetDate - the reset datevoid setLastRunId(java.lang.String pLastRunId)
pLastRunId - the last run idvoid setLastFailureRunId(java.lang.String pLastFailureRunId)
pLastFailureRunId - the last failed run idvoid copy(TestStats t)
void fetch()
void fetch(java.lang.String pTestName)
pTestName - name of the test for which to fetch the
 statistics.| 
 | Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||