public static class JgivenReportGenerator.HtmlReportConfig extends JgivenReportGenerator.ReportConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
JgivenReportGenerator.HtmlReportConfig.DescriptorImpl |
| Constructor and Description |
|---|
HtmlReportConfig() |
HtmlReportConfig(groovy.lang.Closure<?> closure) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomCssFile() |
String |
getCustomJsFile() |
String |
getReportName() |
String |
getReportUrl() |
String |
getTitle() |
com.tngtech.jgiven.report.ReportGenerator |
reportGenerator(File sourceDir,
File reportRootDir) |
void |
setCustomCssFile(String customCssFile) |
void |
setCustomJsFile(String customJsFile) |
void |
setTitle(String title) |
getFormat, getReportDirectory@DataBoundConstructor public HtmlReportConfig()
public HtmlReportConfig(groovy.lang.Closure<?> closure)
public String getReportName()
public String getReportUrl()
getReportUrl in class JgivenReportGenerator.ReportConfigpublic String getCustomCssFile()
@DataBoundSetter public void setCustomCssFile(String customCssFile)
public String getCustomJsFile()
@DataBoundSetter public void setCustomJsFile(String customJsFile)
public String getTitle()
@DataBoundSetter public void setTitle(String title)
public com.tngtech.jgiven.report.ReportGenerator reportGenerator(File sourceDir, File reportRootDir)
reportGenerator in class JgivenReportGenerator.ReportConfigCopyright © 2004-2015. All Rights Reserved.