public final class Configuration extends Object
| Constructor and Description |
|---|
Configuration(File reportOutputDirectory,
String projectName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
failsIfPending() |
boolean |
failsIfSkipped() |
boolean |
failsIfUndefined() |
String |
getBuildNumber() |
File |
getEmbeddingDirectory() |
String |
getJenkinsBasePath() |
String |
getProjectName() |
File |
getReportDirectory() |
Collection<Pattern> |
getTagsToExcludeFromChart() |
boolean |
isParallelTesting() |
boolean |
isRunWithJenkins() |
void |
setBuildNumber(String buildNumber) |
void |
setJenkinsBasePath(String jenkinsBase) |
void |
setParallelTesting(boolean parallelTesting) |
void |
setRunWithJenkins(boolean runWithJenkins) |
void |
setStatusFlags(boolean failsIfSkipped,
boolean failsIfPending,
boolean failsIfUndefined) |
void |
setTagsToExcludeFromChart(String... patterns)
Stores the regex patterns to be used for filtering out tags from the 'Tags Overview' chart
|
public void setStatusFlags(boolean failsIfSkipped,
boolean failsIfPending,
boolean failsIfUndefined)
public boolean failsIfSkipped()
public boolean failsIfPending()
public boolean failsIfUndefined()
public boolean isParallelTesting()
public void setParallelTesting(boolean parallelTesting)
public String getJenkinsBasePath()
public void setJenkinsBasePath(String jenkinsBase)
public boolean isRunWithJenkins()
public void setRunWithJenkins(boolean runWithJenkins)
public File getReportDirectory()
public String getBuildNumber()
public void setBuildNumber(String buildNumber)
public String getProjectName()
public File getEmbeddingDirectory()
public Collection<Pattern> getTagsToExcludeFromChart()
public void setTagsToExcludeFromChart(String... patterns) throws ValidationException
patterns - Regex patterns to match against tagsValidationException - when any of the given strings is not a valid regex pattern.Copyright © 2016. All rights reserved.