Package io.flowcov.camunda.model
Class CoveredFlowNode
- java.lang.Object
-
- io.flowcov.camunda.model.CoveredElement
-
- io.flowcov.camunda.model.CoveredFlowNode
-
public class CoveredFlowNode extends CoveredElement
An activity covered by a test.
-
-
Field Summary
-
Fields inherited from class io.flowcov.camunda.model.CoveredElement
executionStartCounter, processDefinitionKey
-
-
Constructor Summary
Constructors Constructor Description CoveredFlowNode(java.lang.String processDefinitionKey, java.lang.String flowNodeId, java.lang.String flowNodeInstanceId, java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetElementId()Retrieves the element's ID.
-
-
-
Method Detail
-
getElementId
public java.lang.String getElementId()
Description copied from class:CoveredElementRetrieves the element's ID.- Specified by:
getElementIdin classCoveredElement- Returns:
-
-