| Interface | Description |
|---|---|
| PropertyHolder |
Interface for containers with meta information that should be sent to the ReportPortal instance via
ItemAttributesRQ using SystemAttributesExtractor |
| Class | Description |
|---|---|
| PropertiesLoader |
Load ReportPortal launch start properties
|
| SystemAttributesExtractor |
Util for retrieving properties from `System` env variables and provided `resource` and converting them to the
ItemAttributesRQ
with ItemAttributesRQ.isSystem()='true' |
| Enum | Description |
|---|---|
| ClientProperties |
Implementation of the
PropertyHolder with `client name and version` attribute names:
1) internal - from the environment (OS, JVM)
2) external - from `*.properties` file |
| DefaultProperties |
Default implementation of
PropertyHolder with attribute names that should be retrieved:
1) internal - from the environment (OS, JVM)
2) external - from `*.properties` file |
| ListenerProperty |
Describe properties names
|
| OutputTypes |