public interface JiraUpdaterService
| Modifier and Type | Method and Description |
|---|---|
List<TestOutcomeSummary> |
updateJiraForTestResultsFrom(String outcomeDirectory)
Loads test results from outcome directory and updates Jira comments and workflow.
|
List<TestOutcomeSummary> |
updateJiraForTestResultsFrom(String outcomeDirectory,
String outcomesNameFilter)
Loads test results from outcome directory (matching the given regular expression filter for TestOutcomes names)
and updates Jira comments and workflow.
|
List<TestOutcomeSummary> updateJiraForTestResultsFrom(String outcomeDirectory) throws IOException
outcomeDirectory - - test outcome directory.IOExceptionList<TestOutcomeSummary> updateJiraForTestResultsFrom(String outcomeDirectory, String outcomesNameFilter) throws IOException
outcomeDirectory - test outcome directory.outcomesNameFilter - - regular expression filter for the outcomes names.IOExceptionCopyright © 2023. All rights reserved.