public class CoverageLocations extends Object implements Serializable
CoverageComponentLocation
It can be used to send locations:
- informed due to them being reported as covered
- informed due to them composing an application| Constructor and Description |
|---|
CoverageLocations(Set<CoverageComponentLocation> coverageLocations) |
| Modifier and Type | Method and Description |
|---|---|
Set<CoverageComponentLocation> |
getCoverageLocations() |
Boolean |
isAllLocations() |
void |
setAllLocations(Boolean allLocations) |
public CoverageLocations(Set<CoverageComponentLocation> coverageLocations)
public Boolean isAllLocations()
public void setAllLocations(Boolean allLocations)
public Set<CoverageComponentLocation> getCoverageLocations()
Copyright © 2018. All rights reserved.