Uses of Class
step.repositories.jira.client.rest.GenericRestClient
-
Packages that use GenericRestClient Package Description step.repositories.jira.client step.repositories.jira.xray.client.cloud step.repositories.jira.xray.client.cloud.model.gql -
-
Uses of GenericRestClient in step.repositories.jira.client
Fields in step.repositories.jira.client declared as GenericRestClient Modifier and Type Field Description GenericRestClient
JiraClientImpl. rest
-
Uses of GenericRestClient in step.repositories.jira.xray.client.cloud
Fields in step.repositories.jira.xray.client.cloud declared as GenericRestClient Modifier and Type Field Description protected GenericRestClient
XrayCloudClient. cloudRest
-
Uses of GenericRestClient in step.repositories.jira.xray.client.cloud.model.gql
Methods in step.repositories.jira.xray.client.cloud.model.gql with parameters of type GenericRestClient Modifier and Type Method Description static <T> T
GraphQL. postQuery(GenericRestClient restClient, java.lang.String query, java.lang.Class<T> resultClass)
static GqlTestExecution
GetTestExecution. query(GenericRestClient rest, java.lang.Integer issueId)
static GqlTestPlan
GetTestPlan. query(GenericRestClient rest, java.lang.Integer issueId)
static GqlTests
GetTests. query(GenericRestClient rest, java.util.List<java.lang.Integer> issueIds)
-