public interface JiraUpdaterService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TestOutcomeSummary> |
updateJiraForTestResultsFrom(java.lang.String outcomeDirectory)
Loads test results from outcome directory and updates Jira comments and workflow.
|
java.util.List<TestOutcomeSummary> |
updateJiraForTestResultsFrom(java.lang.String outcomeDirectory,
java.lang.String outcomesNameFilter)
Loads test results from outcome directory (matching the given regular expression filter for TestOutcomes names)
and updates Jira comments and workflow.
|
java.util.List<TestOutcomeSummary> updateJiraForTestResultsFrom(java.lang.String outcomeDirectory) throws java.io.IOException
outcomeDirectory - - test outcome directory.java.io.IOExceptionjava.util.List<TestOutcomeSummary> updateJiraForTestResultsFrom(java.lang.String outcomeDirectory, java.lang.String outcomesNameFilter) throws java.io.IOException
outcomeDirectory - test outcome directory.outcomesNameFilter - - regular expression filter for the outcomes names.java.io.IOException