public class ReportOptions
extends java.lang.Object
Constructor and Description |
---|
ReportOptions(EnvironmentVariables environmentVariables) |
ReportOptions(EnvironmentVariables environmentVariables,
RequirementsService requirementsService) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getFirstClassTagTypes() |
java.lang.String |
getProjectName() |
java.lang.String |
getProjectSubTitle() |
boolean |
isDisplayPiechart() |
boolean |
isShowHistory() |
boolean |
isShowManualTests() |
boolean |
isShowProgress() |
boolean |
isShowRelatedTags() |
boolean |
isShowReleases() |
boolean |
isShowStepDetails() |
boolean |
isShowTagMenus() |
public ReportOptions(EnvironmentVariables environmentVariables)
public ReportOptions(EnvironmentVariables environmentVariables, RequirementsService requirementsService)
public java.util.List<java.lang.String> getFirstClassTagTypes()
public boolean isShowStepDetails()
public boolean isShowManualTests()
public boolean isShowReleases()
public boolean isShowProgress()
public boolean isShowHistory()
public boolean isShowTagMenus()
public boolean isShowRelatedTags()
public java.lang.String getProjectName()
public java.lang.String getProjectSubTitle()
public boolean isDisplayPiechart()