|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Report.Settings | |
---|---|
com.sun.javatest.report | This package provides API for generating reports about test runs. |
Uses of Report.Settings in com.sun.javatest.report |
---|
Methods in com.sun.javatest.report that return Report.Settings | |
---|---|
static Report.Settings |
Report.Settings.create(Preferences prefs)
|
static Report.Settings |
Report.getSettingsPrefs()
|
Methods in com.sun.javatest.report with parameters of type Report.Settings | |
---|---|
void |
Report.StartGenListener.startReportGeneration(Report.Settings s,
java.lang.String reportID)
|
void |
COFReport.write(Report.Settings s,
java.io.File dir)
|
static void |
Report.writePrefs(Report.Settings s)
|
void |
Report.writeReport(Report.Settings s,
java.io.File dir)
Write report files using the given settings, to the given location. |
void |
Report.writeReports(Report.Settings s,
java.io.File dir,
java.util.Collection customReports)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |