public class AggregatedClassCoverage extends Object implements AggregatedCoverage
| Constructor and Description |
|---|
AggregatedClassCoverage(List<ClassCoverage> classCoverages) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCoveragePercentage()
Retrives the coverage percentage for all process definitions.
|
double |
getCoveragePercentage(String processDefinitionKey)
Retrieves the coverage percentage for the given process definition key.
|
Set<String> |
getCoveredFlowNodeIds(String processDefinitionKey)
Retrieves covered flow node IDs for the given process definition key.
|
Set<CoveredFlowNode> |
getCoveredFlowNodes(String processDefinitionKey)
Retrieves covered flow nodes for the given process definition key.
|
Set<String> |
getCoveredSequenceFlowIds(String processDefinitionKey)
Retrieves covered sequence flow IDs for the given process definition key.
|
Set<CoveredSequenceFlow> |
getCoveredSequenceFlows(String processDefinitionKey)
Retrieves covered sequence flow IDs for the given process definition key.
|
Set<org.camunda.bpm.engine.repository.ProcessDefinition> |
getProcessDefinitions()
Retrieves the process definitions of the coverage.
|
public AggregatedClassCoverage(List<ClassCoverage> classCoverages)
public Set<String> getCoveredFlowNodeIds(String processDefinitionKey)
AggregatedCoveragegetCoveredFlowNodeIds in interface AggregatedCoveragepublic Set<CoveredFlowNode> getCoveredFlowNodes(String processDefinitionKey)
AggregatedCoveragegetCoveredFlowNodes in interface AggregatedCoveragepublic Set<String> getCoveredSequenceFlowIds(String processDefinitionKey)
AggregatedCoveragegetCoveredSequenceFlowIds in interface AggregatedCoveragepublic Set<CoveredSequenceFlow> getCoveredSequenceFlows(String processDefinitionKey)
AggregatedCoveragegetCoveredSequenceFlows in interface AggregatedCoveragepublic Set<org.camunda.bpm.engine.repository.ProcessDefinition> getProcessDefinitions()
AggregatedCoveragegetProcessDefinitions in interface AggregatedCoveragepublic double getCoveragePercentage()
AggregatedCoveragegetCoveragePercentage in interface AggregatedCoveragepublic double getCoveragePercentage(String processDefinitionKey)
AggregatedCoveragegetCoveragePercentage in interface AggregatedCoverageCopyright © 2020 Camunda Services GmbH. All rights reserved.