public abstract class AbstractJGivenReportImpl extends org.gradle.api.reporting.internal.TaskGeneratedSingleDirectoryReport implements JGivenReport
| Constructor and Description |
|---|
AbstractJGivenReportImpl(java.lang.String name,
org.gradle.api.Task task,
java.lang.String relativeEntryPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.tngtech.jgiven.report.ReportGenerator generator) |
java.io.File |
getCustomCssFile() |
java.io.File |
getCustomJsFile() |
abstract com.tngtech.jgiven.report.ReportGenerator.Format |
getFormat() |
java.lang.String |
getTitle() |
boolean |
isExcludeEmptyScenarios() |
void |
setCustomCssFile(java.io.File customCssFile) |
void |
setCustomJsFile(java.io.File customJsFile) |
void |
setExcludeEmptyScenarios(boolean excludeEmptyScenarios) |
void |
setTitle(java.lang.String title) |
getEntryPoint, setDestinationconfigure, getDestination, getDisplayName, getName, getOutputType, isEnabled, setEnabled, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDestination, getEntryPoint, getOutputTypepublic AbstractJGivenReportImpl(java.lang.String name,
org.gradle.api.Task task,
java.lang.String relativeEntryPath)
public void configure(com.tngtech.jgiven.report.ReportGenerator generator)
configure in interface JGivenReportpublic abstract com.tngtech.jgiven.report.ReportGenerator.Format getFormat()
public java.io.File getCustomCssFile()
getCustomCssFile in interface JGivenReportpublic void setCustomCssFile(java.io.File customCssFile)
setCustomCssFile in interface JGivenReportpublic java.io.File getCustomJsFile()
getCustomJsFile in interface JGivenReportpublic void setCustomJsFile(java.io.File customJsFile)
setCustomJsFile in interface JGivenReportpublic java.lang.String getTitle()
getTitle in interface JGivenReportpublic void setTitle(java.lang.String title)
setTitle in interface JGivenReportpublic boolean isExcludeEmptyScenarios()
isExcludeEmptyScenarios in interface JGivenReportpublic void setExcludeEmptyScenarios(boolean excludeEmptyScenarios)
setExcludeEmptyScenarios in interface JGivenReport