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