Uses of Class
step.repositories.jira.xray.conf.XrayInstanceKind
-
Packages that use XrayInstanceKind Package Description step.repositories.jira.xray.conf -
-
Uses of XrayInstanceKind in step.repositories.jira.xray.conf
Fields in step.repositories.jira.xray.conf declared as XrayInstanceKind Modifier and Type Field Description XrayInstanceKind
XrayConfiguration. xrayKind
Methods in step.repositories.jira.xray.conf that return XrayInstanceKind Modifier and Type Method Description static XrayInstanceKind
XrayInstanceKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XrayInstanceKind[]
XrayInstanceKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-