Class FlowIssueAdditionalProperties
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.parasoft.findings.jenkins.parser.ParasoftIssueAdditionalProperties
com.parasoft.findings.jenkins.parser.FlowIssueAdditionalProperties
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from class com.parasoft.findings.jenkins.parser.ParasoftIssueAdditionalProperties
ANALYZER_KEY, AUTHOR_KEY, REVISION_KEY
-
Constructor Summary
ConstructorDescriptionFlowIssueAdditionalProperties
(String author, String revision, String analyzer) -
Method Summary
Modifier and TypeMethodDescriptiongetCallHierarchy
(io.jenkins.plugins.analysis.core.model.FileNameRenderer fileNameRenderer) getCause()
List<edu.hm.hafner.analysis.Issue>
getPoint()
void
void
setChildren
(List<edu.hm.hafner.analysis.Issue> children) void
setDescription
(String description) void
setParentKey
(String parentKey) void
Methods inherited from class com.parasoft.findings.jenkins.parser.ParasoftIssueAdditionalProperties
getAnalyzer, getAuthor, getRevision
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
CAUSE_KEY
- See Also:
-
POINT_KEY
- See Also:
-
PARENT_KEY
- See Also:
-
DESCRIPTION_KEY
- See Also:
-
CHILDREN_KEY
- See Also:
-
-
Constructor Details
-
FlowIssueAdditionalProperties
public FlowIssueAdditionalProperties() -
FlowIssueAdditionalProperties
-
-
Method Details
-
getChildren
-
getDescription
-
getCause
-
getPoint
-
setParentKey
-
setChildren
-
setDescription
-
setCause
-
setPoint
-
getCallHierarchy
public String getCallHierarchy(io.jenkins.plugins.analysis.core.model.FileNameRenderer fileNameRenderer)
-