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() |
com.tngtech.jgiven.report.AbstractReportConfig |
getJgivenConfig(hudson.FilePath workspace) |
String |
getReportName() |
String |
getReportUrl() |
String |
getTitle() |
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.ReportConfig
public 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.AbstractReportConfig getJgivenConfig(hudson.FilePath workspace) throws IOException, InterruptedException
getJgivenConfig
in class JgivenReportGenerator.ReportConfig
IOException
InterruptedException
Copyright © 2016–2017. All rights reserved.