Package com.polarion.alm.tracker
Interface ITestResultsImportJobUnit
- All Superinterfaces:
IJobUnit
- Since:
- 3.6.0
- Author:
- Jiri Banszel
-
Field Summary
FieldsFields inherited from interface com.polarion.platform.jobs.IJobUnit
UNKNOWN_WORK_LENGTH -
Method Summary
Modifier and TypeMethodDescriptionvoidsetGroupIdRegex(String groupIdRegex) Set the regular expression to extract the group ID from the filename.voidsetIdRegex(String idRegex) Set the regular expression to extract the Test Run ID from the filename.voidsetInput(List<ITestsFileProcessor.ReaderSource> sources) voidsetMaxCreatedDefects(Integer maxCreatedDefects) voidsetMaxCreatedDefectsPercent(Integer maxCreatedDefectsPercent) voidvoidsetProject(String project) voidsetTemplateDefectId(String templateDefectId) voidsetTemplateTestCaseId(String templateTestCaseId) voidsetTemplateTestRunId(String templateTestRunId) voidsetTestRun(ITestRun testRun) voidsetTestRunId(String testRunId) voidsetTestRunName(String testRunName) Methods inherited from interface com.polarion.platform.jobs.IJobUnit
activate, getCreator, getJob, getLogger, getName, getPriority, getScope, getWorkLength, run, setJob, setLogger, setScope, setWorkDir
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
setName
-
setProject
-
setMaxCreatedDefects
-
setMaxCreatedDefectsPercent
-
setTemplateTestCaseId
-
setTemplateDefectId
-
setTemplateTestRunId
- Since:
- 3.20.1
-
setTestRun
-
setInput
-
setTestRunId
- Since:
- 3.20.1
-
setTestRunName
- Since:
- 3.20.1
-
setGroupIdRegex
Set the regular expression to extract the group ID from the filename.- Parameters:
groupIdRegex- - Regular expression to extract the group ID from the xUnit filename.- Since:
- 3.23.4
-
setIdRegex
Set the regular expression to extract the Test Run ID from the filename.- Parameters:
idRegex- - Regular expression to extract the Test Run ID from the xUnit filename.- Since:
- 3.23.4
-
getTestRunId
String getTestRunId()
-