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

E22565-06

oracle.apps.fnd.appltest.diagfwk.engine
Interface TestRun.ExecReportLinkProvider

Enclosing interface:
TestRun

public static interface TestRun.ExecReportLinkProvider

Provides a call back API that clients can plug-in in order to compute the link to the reports for executions in this run during report extraction.

Clients should set an instance of ExecReportLinkProvider on the TestRun object prior to calling the writeReport() API. The link provider is generally only called if the format in which the report is being written is HTML.


Method Summary
 java.lang.String getExecReportLink(java.lang.String execid)
          Given an execution ID, returns the link to the report for that execution that can be embedded into this run report.
 

Method Detail

getExecReportLink

java.lang.String getExecReportLink(java.lang.String execid)
Given an execution ID, returns the link to the report for that execution that can be embedded into this run report.

Parameters:
execid - execution ID
Returns:
URI to the report for the given execution ID that can be embedded into this run's report.

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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.