|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Report.EXPORT_FORMAT | |
|---|---|
| org.easetech.easytest.annotation | |
| org.easetech.easytest.reports.data | |
| org.easetech.easytest.reports.impl | |
| Uses of Report.EXPORT_FORMAT in org.easetech.easytest.annotation |
|---|
| Methods in org.easetech.easytest.annotation that return Report.EXPORT_FORMAT | |
|---|---|
static Report.EXPORT_FORMAT |
Report.EXPORT_FORMAT.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Report.EXPORT_FORMAT[] |
Report.EXPORT_FORMAT.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Report.EXPORT_FORMAT in org.easetech.easytest.reports.data |
|---|
| Methods in org.easetech.easytest.reports.data that return Report.EXPORT_FORMAT | |
|---|---|
Report.EXPORT_FORMAT[] |
ReportParametersBean.getOutputFormats()
|
| Constructors in org.easetech.easytest.reports.data with parameters of type Report.EXPORT_FORMAT | |
|---|---|
ReportParametersBean(Report.EXPORT_FORMAT[] outputFormats,
String outputLocation)
Constructor if there is no command line parameters |
|
| Uses of Report.EXPORT_FORMAT in org.easetech.easytest.reports.impl |
|---|
| Methods in org.easetech.easytest.reports.impl with parameters of type Report.EXPORT_FORMAT | |
|---|---|
void |
ReportExporter.printDefaultReport(net.sf.jasperreports.engine.JRDataSource dataSource,
Map<String,Object> jasperParameters,
String destinationFolder,
String name,
Report.EXPORT_FORMAT... formats)
|
| Constructors in org.easetech.easytest.reports.impl with parameters of type Report.EXPORT_FORMAT | |
|---|---|
ReportRunner(ReportDataContainer testReportContainer,
Report.EXPORT_FORMAT[] formats,
String destinationLocation)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||