Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

oracle.apps.fnd.appltest.diagfwk.api.external
Class TestRunStatusSummary

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.api.external.TestRunStatusSummary

public class TestRunStatusSummary
extends java.lang.Object

Test run status summary. It is similar to TestRunStatus with two noteable differences: 1. There is no children execution status 2. It contains test run report URL information The other information include run ID, run name, execution status, diagnostic status, start time and end time of the test run


Method Summary
static TestRunStatusSummary createFromTestRunStatus(TestRunStatus status)
          Create a TestRunStatusSummary instance from a TestRunStatus instance
static TestRunStatusSummary from(javax.management.openmbean.CompositeData cd)
          Required and used by JMX framework to convert a CompositeData instance to a TestRunStatusSummary instance
 java.lang.String getDiagnosticsStatus()
          Get the description of the diagnostics test status.
 java.util.Date getEndTime()
          Get the end time of the test run
 java.lang.String getExecutionStatus()
          Get the description of the test execution status.
 java.lang.String getRunId()
          Get the run Id that this status summary belongs to
 java.lang.String getRunName()
          Get the run name that this status belongs to
 java.util.Date getStartTime()
          Get the start time of the test run
 java.lang.String getTestRunReportURL()
          Get the test report URL of the test run
 void setTestRunReportURL(java.lang.String url)
          Set the test report URL of the test run
 javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
          Required and used by JMX framework to convert a TestRunStatusSummary instance to CompositeData instance
static javax.management.openmbean.CompositeType toCompositeType()
          Returns the CompositeType that describes this model specific class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRunId

public java.lang.String getRunId()
Get the run Id that this status summary belongs to

Returns:
run Id

getRunName

public java.lang.String getRunName()
Get the run name that this status belongs to

Returns:
run name

getExecutionStatus

public java.lang.String getExecutionStatus()
Get the description of the test execution status. E.g. "Running", or "Completed"

Returns:
overall execution status

getDiagnosticsStatus

public java.lang.String getDiagnosticsStatus()
Get the description of the diagnostics test status.

Returns:
overall diagnostics status

getStartTime

public java.util.Date getStartTime()
Get the start time of the test run

Returns:
start time

getEndTime

public java.util.Date getEndTime()
Get the end time of the test run

Returns:
end time

getTestRunReportURL

public java.lang.String getTestRunReportURL()
Get the test report URL of the test run

Returns:
test report URL

setTestRunReportURL

public void setTestRunReportURL(java.lang.String url)
Set the test report URL of the test run

Parameters:
url - test report URL

createFromTestRunStatus

public static TestRunStatusSummary createFromTestRunStatus(TestRunStatus status)
Create a TestRunStatusSummary instance from a TestRunStatus instance

Parameters:
status - the TestRunStatus instance
Returns:
the created TestRunStatusSummary instance

toCompositeData

public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
Required and used by JMX framework to convert a TestRunStatusSummary instance to CompositeData instance

Parameters:
ct -
Returns:

from

public static TestRunStatusSummary from(javax.management.openmbean.CompositeData cd)
Required and used by JMX framework to convert a CompositeData instance to a TestRunStatusSummary instance

Parameters:
cd -
Returns:

toCompositeType

public static javax.management.openmbean.CompositeType toCompositeType()
Returns the CompositeType that describes this model specific class


Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.