public class PageHistoryExtractor
extends java.lang.Object
| Constructor and Description |
|---|
PageHistoryExtractor() |
PageHistoryExtractor(java.io.File fitNesseRoot) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<java.lang.String> |
set(java.lang.String... tags) |
java.util.List<com.xebialabs.xltest.domain.Importable> |
tellMeAboutAllSuites() |
void |
tellMeAboutReport(java.util.UUID testRunId,
fitnesse.reporting.history.SuiteExecutionReport suiteExecutionReport,
com.xebialabs.xltest.domain.EventHandler eventHandler) |
public PageHistoryExtractor()
public PageHistoryExtractor(java.io.File fitNesseRoot)
public java.util.List<com.xebialabs.xltest.domain.Importable> tellMeAboutAllSuites()
throws java.lang.Exception
java.lang.Exceptionpublic void tellMeAboutReport(java.util.UUID testRunId,
fitnesse.reporting.history.SuiteExecutionReport suiteExecutionReport,
com.xebialabs.xltest.domain.EventHandler eventHandler)
throws java.lang.Exception
java.lang.Exceptionpublic static java.util.Set<java.lang.String> set(java.lang.String... tags)