public interface JGivenReport
extends org.gradle.api.reporting.DirectoryReport
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.tngtech.jgiven.report.ReportGenerator generator) |
java.io.File |
getCustomCssFile() |
java.io.File |
getCustomJsFile() |
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) |
getDestination, getEntryPoint, getOutputTypevoid configure(com.tngtech.jgiven.report.ReportGenerator generator)
@Optional @InputFile @PathSensitive(value=NONE) java.io.File getCustomCssFile()
void setCustomCssFile(java.io.File customCssFile)
@Optional @InputFile @PathSensitive(value=NONE) java.io.File getCustomJsFile()
void setCustomJsFile(java.io.File customJsFile)
@Input @Optional java.lang.String getTitle()
void setTitle(java.lang.String title)
@Input boolean isExcludeEmptyScenarios()
void setExcludeEmptyScenarios(boolean excludeEmptyScenarios)