java.lang.Object
net.thucydides.model.reports.ReportOptions
Encapsulates user-specified formatting options for the generated reports.
-
Constructor Summary
ConstructorsConstructorDescriptionReportOptions(EnvironmentVariables environmentVariables) ReportOptions(EnvironmentVariables environmentVariables, RequirementsService requirementsService) -
Method Summary
Modifier and TypeMethodDescriptionstatic ReportOptionsforEnvironment(EnvironmentVariables environmentVariables) booleanbooleanbooleanbooleanbooleanbooleanbooleanboolean
-
Constructor Details
-
ReportOptions
-
ReportOptions
public ReportOptions(EnvironmentVariables environmentVariables, RequirementsService requirementsService)
-
-
Method Details
-
forEnvironment
-
getFirstClassTagTypes
-
isShowStepDetails
public boolean isShowStepDetails() -
isShowManualTests
public boolean isShowManualTests() -
isShowReleases
public boolean isShowReleases() -
isShowProgress
public boolean isShowProgress() -
isShowHistory
public boolean isShowHistory() -
isShowTagMenus
public boolean isShowTagMenus() -
isShowRelatedTags
public boolean isShowRelatedTags() -
getProjectName
-
getProjectSubTitle
-
isDisplayPiechart
public boolean isDisplayPiechart()
-