Uses of Class
step.repositories.jira.xray.client.model.rest.XrayStatus
-
Packages that use XrayStatus Package Description step.repositories.jira.xray.client.cloud.model.rest step.repositories.jira.xray.client.model step.repositories.jira.xray.client.model.rest -
-
Uses of XrayStatus in step.repositories.jira.xray.client.cloud.model.rest
Methods in step.repositories.jira.xray.client.cloud.model.rest that return XrayStatus Modifier and Type Method Description XrayStatus
XrayCloudStatus. toXrayStatus()
Methods in step.repositories.jira.xray.client.cloud.model.rest with parameters of type XrayStatus Modifier and Type Method Description static XrayCloudStatus
XrayCloudStatus. fromXrayStatus(XrayStatus xs)
-
Uses of XrayStatus in step.repositories.jira.xray.client.model
Methods in step.repositories.jira.xray.client.model that return XrayStatus Modifier and Type Method Description XrayStatus
XrayTestReference. getStatus()
-
Uses of XrayStatus in step.repositories.jira.xray.client.model.rest
Fields in step.repositories.jira.xray.client.model.rest declared as XrayStatus Modifier and Type Field Description XrayStatus
XrayPlanTest. latestStatus
XrayStatus
XrayExecutionResults.Test. status
XrayStatus
XrayExecutionTest. status
XrayStatus
XrayRun. status
Methods in step.repositories.jira.xray.client.model.rest that return XrayStatus Modifier and Type Method Description static XrayStatus
XrayStatus. fromReportNodeStatus(step.core.artefacts.reports.ReportNodeStatus s)
XrayStatus
XrayExecutionTest. getStatus()
XrayStatus
XrayPlanTest. getStatus()
static XrayStatus
XrayStatus. valueOf(java.lang.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.Methods in step.repositories.jira.xray.client.model.rest with parameters of type XrayStatus Modifier and Type Method Description static step.core.artefacts.reports.ReportNodeStatus
XrayStatus. toReportNodeStatus(XrayStatus s)
-