public class ReportOptions
extends java.lang.Object
| Constructor and Description |
|---|
ReportOptions(EnvironmentVariables environmentVariables) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProjectName() |
boolean |
isDisplayPiechart() |
boolean |
isShowHistory() |
boolean |
isShowManualTests() |
boolean |
isShowProgress() |
boolean |
isShowRelatedTags() |
boolean |
isShowReleases() |
boolean |
isShowStepDetails() |
boolean |
isShowTagMenus() |
public ReportOptions(EnvironmentVariables environmentVariables)
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 boolean isDisplayPiechart()