Class PackageClient.PackageExecutioInfoHolder

    • Constructor Detail

      • PackageExecutioInfoHolder

        public PackageExecutioInfoHolder​(String testResult,
                                         String testReportDir,
                                         boolean isAborted,
                                         Map<String,​String> outputParameters)
        Parameters:
        testResult - the test result
        testReportDir - the test report directory
        isAborted - specifies whether test execution is aborted
        outputParameters - the output parameter map
    • Method Detail