Class AbstractTestClient.ExecutionInfoHolder

java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.test.client.AbstractTestClient.ExecutionInfoHolder
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PackageClient.PackageExecutioInfoHolder
Enclosing class:
AbstractTestClient

protected static class AbstractTestClient.ExecutionInfoHolder extends Object implements Serializable
Helper class storing execution information about the test result and the test report directory.
See Also:
  • Constructor Details

    • ExecutionInfoHolder

      public ExecutionInfoHolder(String testResult, String testReportDir, boolean isAborted)
      Parameters:
      testResult - the test result
      testReportDir - the test report directory
      isAborted - specifies whether test execution is aborted
  • Method Details

    • getTestResult

      public String getTestResult()
    • getTestReportDir

      public String getTestReportDir()
    • isAborted

      public boolean isAborted()