Class CustomFields
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,String>
-
- step.repositories.jira.xray.client.server.CustomFields
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,String>
public class CustomFields extends HashMap<String,String>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CustomFields.TestType
-
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>
-
-
Constructor Summary
Constructors Constructor Description CustomFields()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
lookup(String schemaCustom, String self, JiraClient jira)
-
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
-
NOT_FOUND
public static final String NOT_FOUND
- See Also:
- Constant Field Values
-
-
Method Detail
-
lookup
public String lookup(String schemaCustom, String self, JiraClient jira)
-
-