Package com.figaf.plugin
Class IrtClient
java.lang.Object
com.figaf.plugin.IrtClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetPollingResult(String pollingRequestId) getSynchronizationResult(String agentId, String synchronizationResultId) getTestCaseIdsByTestSuiteId(String testSuiteId) getTestObjectIdsByTestCaseId(String testCaseId) getTestSuiteIdByName(String testSuiteName) getTestSuiteRunLastResult(String testSuiteId) pollMessages(String testTemplateRunId) runTestSuite(String testSuiteId, String testSystemId) syncIflows(String agentId, Set<String> testObjectIds)
-
Constructor Details
-
IrtClient
-
-
Method Details
-
authorize
public void authorize() -
getTestSuiteIdByName
-
getTestCaseIdsByTestSuiteId
-
getTestObjectIdsByTestCaseId
-
syncIflows
-
getSynchronizationResult
public SimpleSynchronizationResult getSynchronizationResult(String agentId, String synchronizationResultId) -
runTestSuite
-
pollMessages
-
getPollingResult
-
getTestSuiteRunLastResult
-