Uses of Class
step.repositories.jira.xray.client.model.test.XrayTestIssue
-
-
Uses of XrayTestIssue in step.repositories.jira.xray.client
Methods in step.repositories.jira.xray.client that return XrayTestIssue Modifier and Type Method Description XrayTestIssue
XrayClient. asXrayTestIssue(Issue issue)
Methods in step.repositories.jira.xray.client that return types with arguments of type XrayTestIssue Modifier and Type Method Description java.util.List<XrayTestIssue>
XrayClient. asXrayTestIssues(java.util.List<Issue> issues)
-
Uses of XrayTestIssue in step.repositories.jira.xray.client.cloud
Methods in step.repositories.jira.xray.client.cloud that return XrayTestIssue Modifier and Type Method Description XrayTestIssue
XrayCloudClient. asXrayTestIssue(Issue issue)
Methods in step.repositories.jira.xray.client.cloud that return types with arguments of type XrayTestIssue Modifier and Type Method Description java.util.List<XrayTestIssue>
XrayCloudClient. asXrayTestIssues(java.util.List<Issue> issues)
-
Uses of XrayTestIssue in step.repositories.jira.xray.client.model.test
Subclasses of XrayTestIssue in step.repositories.jira.xray.client.model.test Modifier and Type Class Description class
GenericTestIssue
class
ManualTestIssue
class
UnsupportedTestIssue
-
Uses of XrayTestIssue in step.repositories.jira.xray.client.server
Methods in step.repositories.jira.xray.client.server that return XrayTestIssue Modifier and Type Method Description XrayTestIssue
XrayServerClient. asXrayTestIssue(Issue issue)
Methods in step.repositories.jira.xray.client.server that return types with arguments of type XrayTestIssue Modifier and Type Method Description java.util.List<XrayTestIssue>
XrayServerClient. asXrayTestIssues(java.util.List<Issue> issues)
-