Class DupIssueAdditionalProperties
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.parasoft.findings.jenkins.parser.ParasoftIssueAdditionalProperties
com.parasoft.findings.jenkins.parser.DupIssueAdditionalProperties
- 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
Fields inherited from class com.parasoft.findings.jenkins.parser.ParasoftIssueAdditionalProperties
ANALYZER_KEY, AUTHOR_KEY, REVISION_KEY
-
Constructor Summary
ConstructorDescriptionDupIssueAdditionalProperties
(String author, String revision, String analyzer) -
Method Summary
Modifier and TypeMethodDescriptiongetCallHierarchy
(io.jenkins.plugins.analysis.core.model.FileNameRenderer fileNameRenderer) List<edu.hm.hafner.analysis.Issue>
void
setChildren
(List<edu.hm.hafner.analysis.Issue> children) void
setDescription
(String description) void
setParentKey
(String parentKey) 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
-
PARENT_KEY
- See Also:
-
DESCRIPTION_KEY
- See Also:
-
CHILDREN_KEY
- See Also:
-
-
Constructor Details
-
DupIssueAdditionalProperties
public DupIssueAdditionalProperties() -
DupIssueAdditionalProperties
-
-
Method Details
-
getChildren
-
getDescription
-
setParentKey
-
setChildren
-
setDescription
-
getCallHierarchy
public String getCallHierarchy(io.jenkins.plugins.analysis.core.model.FileNameRenderer fileNameRenderer)
-