public class ApplicationCoverageReportBuilder extends Object
ApplicationCoverageReport| Constructor and Description |
|---|
ApplicationCoverageReportBuilder(Set<CoverageComponentLocation> allLocations,
Set<CoverageComponentLocation> coveredLocations,
Set<String> suitePaths) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationCoverageReport |
build() |
Set<CoverageComponentLocation> |
getAllLocations() |
Set<CoverageComponentLocation> |
getCoveredLocations() |
Set<String> |
getFilesToIgnore() |
Set<String> |
getFlowsToIgnore() |
Set<String> |
getSuitePaths() |
void |
setFilesToIgnore(Set<String> filesToIgnore) |
void |
setFlowsToIgnore(Set<String> flowsToIgnore) |
public ApplicationCoverageReportBuilder(Set<CoverageComponentLocation> allLocations, Set<CoverageComponentLocation> coveredLocations, Set<String> suitePaths)
public Set<CoverageComponentLocation> getAllLocations()
public Set<CoverageComponentLocation> getCoveredLocations()
public ApplicationCoverageReport build()
Copyright © 2019. All rights reserved.