Package net.thucydides.core.reports
Class ReportOptions
java.lang.Object
net.thucydides.core.reports.ReportOptions
public class ReportOptions
extends java.lang.Object
Encapsulates user-specified formatting options for the generated reports.
-
Constructor Summary
Constructors Constructor Description ReportOptions(EnvironmentVariables environmentVariables)ReportOptions(EnvironmentVariables environmentVariables, RequirementsService requirementsService) -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>getFirstClassTagTypes()java.lang.StringgetProjectName()java.lang.StringgetProjectSubTitle()booleanisDisplayPiechart()booleanisShowHistory()booleanisShowManualTests()booleanisShowProgress()booleanisShowRelatedTags()booleanisShowReleases()booleanisShowStepDetails()booleanisShowTagMenus()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ReportOptions
-
ReportOptions
public ReportOptions(EnvironmentVariables environmentVariables, RequirementsService requirementsService)
-
-
Method Details
-
getFirstClassTagTypes
public java.util.List<java.lang.String> 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
public java.lang.String getProjectName() -
getProjectSubTitle
public java.lang.String getProjectSubTitle() -
isDisplayPiechart
public boolean isDisplayPiechart()
-