final class RepositoryRoot extends java.lang.Object
| Type | Name and description |
|---|---|
static org.slf4j.Logger |
logger_ |
| Constructor and description |
|---|
RepositoryRoot
(java.nio.file.Path baseDir) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
addTSuiteResult(TSuiteResult tSuiteResult)implementing TSuiteResultTree |
|
boolean |
equals(java.lang.Object obj) |
|
java.nio.file.Path |
getBaseDir() |
|
java.util.List<TSuiteResult> |
getSortedTSuiteResults()returns the sorted list of TSuiteResults ordered by (1) TSuiteName in natural order (2) TSuiteTimestamp in the REVERSE order |
|
TCaseResult |
getTCaseResult(TSuiteName tSuiteName, TExecutionProfile tExecutionProfile, TSuiteTimestamp tSuiteTimestamp, TCaseName tCaseName)@param tSuiteName |
|
java.util.List<TSuiteName> |
getTSuiteNameList()implementing TSuiteResultTree |
|
TSuiteResult |
getTSuiteResult(TSuiteName tSuiteName, TExecutionProfile tExecutionProfile, TSuiteTimestamp tSuiteTimestamp)implementing TSuiteResultTree |
|
TSuiteResult |
getTSuiteResult(TSuiteResultId tSuiteResultId)implementing TSuiteResultTree |
|
java.util.List<TSuiteResultId> |
getTSuiteResultIdList(TSuiteName tSuiteName, TExecutionProfile tExecutionProfile)implementing TSuiteResultTree |
|
java.util.List<TSuiteResultId> |
getTSuiteResultIdList()implementing TSuiteResultTree |
|
java.util.List<TSuiteResult> |
getTSuiteResultList()implementing TSuiteResultTree |
|
java.util.List<TSuiteResult> |
getTSuiteResultList(TSuiteName tSuiteName)implementing TSuiteResultTree |
|
java.util.List<TSuiteResult> |
getTSuiteResultList(TSuiteName tSuiteName, TExecutionProfile tExecutionProfile)implementing TSuiteResultTree |
|
java.util.List<TSuiteResult> |
getTSuiteResultList(java.util.List<TSuiteResultId> tSuiteResultIdList) |
|
java.util.List<TSuiteResult> |
getTSuiteResultsBeforeExclusive(TSuiteName tSuiteName, TExecutionProfile tExecutionProfile, TSuiteTimestamp timestamp)returns a List of TSuiteResult which has the given TSuiteName and the given TExecutionProfile, the Timestamp before the given 2nd arg. |
|
java.util.List<TSuiteResult> |
getTSuiteResultsBeforeInclusive(TSuiteName tSuiteName, TExecutionProfile tExecutionProfile, TSuiteTimestamp timestamp)returns a List of TSuiteResult which has the given 1st argument, and the Timestamp exactly at or before the 2nd argument. |
|
boolean |
hasTSuiteResult(TSuiteResult given)return true if RepositoryRoot has the given TSuiteResult |
|
int |
hashCode() |
|
void |
setVisualTestingLogger(VisualTestingLogger vtLogger) |
|
java.lang.String |
toJsonText() |
|
java.lang.String |
toString() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
implementing TSuiteResultTree
returns the sorted list of TSuiteResults ordered by (1) TSuiteName in natural order (2) TSuiteTimestamp in the REVERSE order
implementing TSuiteResultTree
implementing TSuiteResultTree
implementing TSuiteResultTree
implementing TSuiteResultTree
implementing TSuiteResultTree
implementing TSuiteResultTree
implementing TSuiteResultTree
implementing TSuiteResultTree
returns a List of TSuiteResult which has the given TSuiteName and the given TExecutionProfile, the Timestamp before the given 2nd arg. The TSuiteResult with a timestamp exactly equal to 'before' will be excluded. The entries returned are sorted in descending order of the timestamp. Therefore the latest entry comes at [0].
returns a List of TSuiteResult which has the given 1st argument, and the Timestamp exactly at or before the 2nd argument. The TSuiteResult with a timestamp which is exactly equal to 'timestamp' will be included.
return true if RepositoryRoot has the given TSuiteResult implementing TSuiteResultTree
Groovy Documentation