Modifier and Type | Method and Description |
---|---|
default CoveredFrom |
CoverageInfo.getCoveredFrom()
Returns coverage location
|
static CoveredFrom |
CoveredFrom.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoveredFrom[] |
CoveredFrom.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CoveredFrom |
CoverageInfoCi.getCoveredFrom()
Returns coverage location
|
Modifier and Type | Method and Description |
---|---|
CoveredFrom |
CoverageInfoImpl.getCoveredFrom()
Returns coverage location
|
Modifier and Type | Method and Description |
---|---|
CoveredFrom |
ExportableCoverageInfoCi.getCoveredFrom() |
Modifier and Type | Method and Description |
---|---|
void |
ExportableCoverageInfoCi.setCoveredFrom(CoveredFrom coveredFrom) |
Constructor and Description |
---|
ExportableCoverageInfoCi(String level,
boolean isLive,
List<String> includes,
CoveredFrom coveredFrom) |
Copyright © 2016–2025. All rights reserved.