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