Uses of Class
com.chutneytesting.jira.domain.XrayStatus
-
Packages that use XrayStatus Package Description com.chutneytesting.jira.domain -
-
Uses of XrayStatus in com.chutneytesting.jira.domain
Methods in com.chutneytesting.jira.domain that return XrayStatus Modifier and Type Method Description static XrayStatusXrayStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static XrayStatus[]XrayStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-