| Package | Description |
|---|---|
| cn.sissors.hummingbird.runtime.report |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull ExecutionReport |
ExecutionReport.create()
Create a new empty report.
|
static @NotNull ExecutionReport |
ExecutionReport.create(Map<String,Object> reports)
Create a new report which contains given values.
|
ExecutionReport |
ExecutionReport.getCategory(String category)
Get a sub-report which only contains the given category.
|
ExecutionReport |
ExecutionReport.merge(ExecutionReport other)
Merge another report into this one.
|
ExecutionReport |
ExecutionReport.search(String pattern)
Get a sub-report matches the given regex pattern.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionReport |
ExecutionReport.merge(ExecutionReport other)
Merge another report into this one.
|
Copyright © 2019. All rights reserved.