public interface TestRunTypeService
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort(java.lang.Long testRunId) |
java.lang.String |
convertConfigurationToXML(ConfigurationType config) |
TestRunType |
findTestRunByCiRunId(java.lang.String ciRunId) |
java.util.List<TestType> |
findTestRunResults(long id) |
TestRunType |
register(java.lang.Long testSuiteId,
java.lang.Long userId,
java.lang.Long jobId,
java.lang.Long parentJobId,
ConfigurationType configuration,
CiConfig ciConfig,
java.lang.String jiraSuiteId) |
TestRunType |
register(TestRunType testRun,
CiConfig.BuildCase buildCase,
long suiteId,
long jobId,
long userId,
JobType parentJob,
CiConfig ciConfig,
java.lang.String jiraSuiteId,
ConfigurationType configuration)
Deprecated.
|
TestRunType |
registerTestRunResults(TestRunType testRun,
ConfigurationType configuration)
Registers test run results
Resets configuration to store for example updated at run-time app_version etc
|
TestRunType |
rerun(TestRunType testRun,
int ciBuildNumber,
long suiteId,
ConfigurationType configuration)
Resets build number(to map to the latest rerun build),
config(in case of queued tests),
suite (https://github.com/qaprosoft/zafira/issues/1584) and starts test run
|
TestRunType |
startTestRun(TestRunType testRun) |
TestRunType findTestRunByCiRunId(java.lang.String ciRunId)
TestRunType startTestRun(TestRunType testRun)
TestRunType rerun(TestRunType testRun, int ciBuildNumber, long suiteId, ConfigurationType configuration)
testRun - - test run to startciBuildNumber - - build number to map to the latest buildsuiteId - - created suite idconfiguration - - test run configuration fileboolean abort(java.lang.Long testRunId)
java.util.List<TestType> findTestRunResults(long id)
TestRunType register(java.lang.Long testSuiteId, java.lang.Long userId, java.lang.Long jobId, java.lang.Long parentJobId, ConfigurationType configuration, CiConfig ciConfig, java.lang.String jiraSuiteId)
@Deprecated TestRunType register(TestRunType testRun, CiConfig.BuildCase buildCase, long suiteId, long jobId, long userId, JobType parentJob, CiConfig ciConfig, java.lang.String jiraSuiteId, ConfigurationType configuration)
register(Long, Long, Long, Long, ConfigurationType, CiConfig, String)} insteadTestRunType registerTestRunResults(TestRunType testRun, ConfigurationType configuration)
testRun - - with result to registerconfiguration - - configuration to overridejava.lang.String convertConfigurationToXML(ConfigurationType config)