public class FlowAnalysisPathBuilder extends Object
Constructor and Description |
---|
FlowAnalysisPathBuilder(com.parasoft.xtest.results.api.IFlowAnalysisViolation violation,
long parentKey) |
Modifier and Type | Method and Description |
---|---|
List<com.parasoft.xtest.reports.jenkins.parser.PathElementAnnotation> |
getPath()
Returns path for flow analysis violation described by multiple elements.
|
public FlowAnalysisPathBuilder(com.parasoft.xtest.results.api.IFlowAnalysisViolation violation, long parentKey)
violation
- for which path information is neededparentKey
- unique key of a warning that owns this violationpublic List<com.parasoft.xtest.reports.jenkins.parser.PathElementAnnotation> getPath()
Copyright © 2016. All rights reserved.