All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.capitalone.dashboard.api.JiraXRayRestClient Maven / Gradle / Ivy

There is a newer version: 3.1.4
Show newest version
package com.capitalone.dashboard.api;

import com.atlassian.jira.rest.client.api.JiraRestClient;

/**
 * This interface have clients for jira xray test objects
 */
public interface JiraXRayRestClient extends JiraRestClient {

    TestRestClient getTestClient();
    TestExecutionRestClient getTestExecutionClient();
    TestRunRestClient getTestRunClient();
    TestSetRestClient getTestSetClient();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy