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 Summary
ConstructorsConstructorDescriptionExecutionInfoHolder
(String testResult, String testReportDir, boolean isAborted) Instantiates a newAbstractTestClient.ExecutionInfoHolder
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
ExecutionInfoHolder
Instantiates a newAbstractTestClient.ExecutionInfoHolder
.- Parameters:
testResult
- the test resulttestReportDir
- the test report directoryisAborted
- specifies whether test execution is aborted
-
-
Method Details
-
getTestResult
-
getTestReportDir
-
isAborted
public boolean isAborted()
-