Uses of Class
step.repositories.jira.client.model.Issue
-
-
Uses of Issue in step.repositories.jira.client
Methods in step.repositories.jira.client that return Issue Modifier and Type Method Description Issue
JiraClient. getIssue(java.lang.String key)
Issue
JiraClientImpl. getIssue(java.lang.String key)
-
Uses of Issue in step.repositories.jira.client.model
Methods in step.repositories.jira.client.model with parameters of type Issue Modifier and Type Method Description static Issue.Type
Issue.Type. of(Issue issue)
-
Uses of Issue in step.repositories.jira.util
Methods in step.repositories.jira.util with parameters of type Issue Modifier and Type Method Description static java.lang.String
JiraUtils. getIssueSummary(Issue issue, boolean prefixWithKey)
-
Uses of Issue in step.repositories.jira.xray.client
Methods in step.repositories.jira.xray.client with parameters of type Issue Modifier and Type Method Description XrayTestIssue
XrayClient. asXrayTestIssue(Issue issue)
XrayExecutionTest.List
XrayClient. getXrayExecutionTestList(Issue execIssue)
XrayIssueType
AbstractXrayClient. getXrayIssueType(Issue issue)
XrayIssueType
XrayClient. getXrayIssueType(Issue issue)
XrayPlanTest.List
XrayClient. getXrayPlanTestList(Issue planIssue)
Method parameters in step.repositories.jira.xray.client with type arguments of type Issue Modifier and Type Method Description java.util.List<XrayTestIssue>
XrayClient. asXrayTestIssues(java.util.List<Issue> issues)
-
Uses of Issue in step.repositories.jira.xray.client.cloud
Methods in step.repositories.jira.xray.client.cloud with parameters of type Issue Modifier and Type Method Description XrayTestIssue
XrayCloudClient. asXrayTestIssue(Issue issue)
XrayExecutionTest.List
XrayCloudClient. getXrayExecutionTestList(Issue execIssue)
XrayPlanTest.List
XrayCloudClient. getXrayPlanTestList(Issue planIssue)
Method parameters in step.repositories.jira.xray.client.cloud with type arguments of type Issue Modifier and Type Method Description java.util.List<XrayTestIssue>
XrayCloudClient. asXrayTestIssues(java.util.List<Issue> issues)
-
Uses of Issue in step.repositories.jira.xray.client.model.test
Subclasses of Issue in step.repositories.jira.xray.client.model.test Modifier and Type Class Description class
GenericTestIssue
class
ManualTestIssue
class
UnsupportedTestIssue
class
XrayTestIssue
-
Uses of Issue in step.repositories.jira.xray.client.server
Methods in step.repositories.jira.xray.client.server with parameters of type Issue Modifier and Type Method Description XrayTestIssue
XrayServerClient. asXrayTestIssue(Issue issue)
XrayExecutionTest.List
XrayServerClient. getXrayExecutionTestList(Issue execIssue)
XrayPlanTest.List
XrayServerClient. getXrayPlanTestList(Issue planIssue)
Method parameters in step.repositories.jira.xray.client.server with type arguments of type Issue Modifier and Type Method Description java.util.List<XrayTestIssue>
XrayServerClient. asXrayTestIssues(java.util.List<Issue> issues)
-