Class ParasoftIssueAdditionalProperties
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- com.parasoft.findings.jenkins.parser.ParasoftIssueAdditionalProperties
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,Object>
- Direct Known Subclasses:
DupIssueAdditionalProperties
,FlowIssueAdditionalProperties
public class ParasoftIssueAdditionalProperties extends HashMap<String,Object>
- See Also:
- Serialized Form
-
-
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 Modifier and Type Field Description static String
ANALYZER_KEY
static String
AUTHOR_KEY
static String
REVISION_KEY
-
Constructor Summary
Constructors Constructor Description ParasoftIssueAdditionalProperties()
ParasoftIssueAdditionalProperties(String author, String revision, String analyzer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAnalyzer()
String
getAuthor()
String
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 Detail
-
ANALYZER_KEY
public static final String ANALYZER_KEY
- See Also:
- Constant Field Values
-
REVISION_KEY
public static final String REVISION_KEY
- See Also:
- Constant Field Values
-
AUTHOR_KEY
public static final String AUTHOR_KEY
- See Also:
- Constant Field Values
-
-