Interface JiraUpdaterService


public interface JiraUpdaterService
  • Method Details

    • updateJiraForTestResultsFrom

      List<TestOutcomeSummary> updateJiraForTestResultsFrom(String outcomeDirectory) throws IOException
      Loads test results from outcome directory and updates Jira comments and workflow.
      Parameters:
      outcomeDirectory - - test outcome directory.
      Throws:
      IOException
    • updateJiraForTestResultsFrom

      List<TestOutcomeSummary> updateJiraForTestResultsFrom(String outcomeDirectory, String outcomesNameFilter) throws IOException
      Loads test results from outcome directory (matching the given regular expression filter for TestOutcomes names) and updates Jira comments and workflow.
      Parameters:
      outcomeDirectory - test outcome directory.
      outcomesNameFilter - - regular expression filter for the outcomes names.
      Throws:
      IOException