com.polarion.alm.tracker.ITestsFileProcessor


METHODS
Modifiers and TypeNameDescription
void addContent(String) Adds content to be processed as String, can be called more times.
void addSources(List) Adds sources to be processed, can be called more times.
void setTestRun(ITestRun) Sets Test Run to which the records will be added
void setMaxCreatedDefects(Integer) Sets limit for how many defects per source should be created, summary defect is created instead of individual defect when this limit is reached. Value from configuration will be used when null, zero or negative
void setMaxCreatedDefectsPercent(Integer) Sets limit for percent of failed tests for which defects should be created, summary defect is created instead of individual defect when this limit is reached. Value from configuration will be used when null, zero or negative.
void setTestCaseTemplate(IWorkItem) Sets template Work Item for creating test case work items. Value from configuration will be used when null.
void setDefectTemplate(IWorkItem) Sets template Work Item for creating defect work items. Value from configuration will be used when null.
void setProperties(Map) Sets custom properties for this processor.
ResultsSummary process() Invokes the processing.

Back to Index