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 TypeMethodDescriptionvoid
setGroupIdRegex
(String groupIdRegex) Set the regular expression to extract the group ID from the filename.void
setIdRegex
(String idRegex) Set the regular expression to extract the Test Run ID from the filename.void
setInput
(List<ITestsFileProcessor.ReaderSource> sources) void
setMaxCreatedDefects
(Integer maxCreatedDefects) void
setMaxCreatedDefectsPercent
(Integer maxCreatedDefectsPercent) void
void
setProject
(String project) void
setTemplateDefectId
(String templateDefectId) void
setTemplateTestCaseId
(String templateTestCaseId) void
setTemplateTestRunId
(String templateTestRunId) void
setTestRun
(ITestRun testRun) void
setTestRunId
(String testRunId) void
setTestRunName
(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()
-